From ebcfbdc44e2cdc64dca661520e8d0db2652da64e Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 19 Mar 2020 14:57:04 +0100 Subject: Weapons sprites do draw --- inc/cub3d.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inc/cub3d.h') diff --git a/inc/cub3d.h b/inc/cub3d.h index 33c8bba..79079e6 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -87,6 +87,8 @@ void ft_calc_trap(t_cub *cl); void ft_draw_traps(t_cub *cl, t_sprite *sprite); void ft_calc_heal(t_cub *cl); void ft_draw_heals(t_cub *cl, t_sprite *sprite); +void ft_calc_weaps(t_cub *cl); +void ft_draw_weapon(t_cub *cl, t_sprite *sprite); void ft_draw_skybox(t_cub *cl); void ft_macos_suffer_animation(t_cub *cl); void ft_linux_suffer_animation(t_cub *cl); -- cgit v1.2.3