aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-19 17:07:31 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-19 17:07:31 +0100
commit7bf2e696d2020fbcecff5188cb00381882d9f7a4 (patch)
treec0b3270ad015d507bf2bd3b61b91a1741df905e0 /inc/cub3d.h
parentNew file again (diff)
download42-cub3d-7bf2e696d2020fbcecff5188cb00381882d9f7a4.tar.gz
42-cub3d-7bf2e696d2020fbcecff5188cb00381882d9f7a4.tar.bz2
42-cub3d-7bf2e696d2020fbcecff5188cb00381882d9f7a4.tar.xz
42-cub3d-7bf2e696d2020fbcecff5188cb00381882d9f7a4.tar.zst
42-cub3d-7bf2e696d2020fbcecff5188cb00381882d9f7a4.zip
Slowly drawing
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r--inc/cub3d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h
index 79079e6..e422a59 100644
--- a/inc/cub3d.h
+++ b/inc/cub3d.h
@@ -90,6 +90,7 @@ 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_draw_handweap(t_cub *cl);
void ft_macos_suffer_animation(t_cub *cl);
void ft_linux_suffer_animation(t_cub *cl);
void ft_draw_life_bar(t_win *wl, t_cub *cl);