aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/cub3d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h
index c3236a5..8eebc00 100644
--- a/inc/cub3d.h
+++ b/inc/cub3d.h
@@ -90,6 +90,7 @@ void ft_draw_life_bar(size_t map_w,
const int8_t life,
t_cub *cl);
void ft_music(t_cub *cl);
+void ft_calc_sprite(t_cub *cl);
void ft_calc_sprite_norme(t_cub *cl);
void ft_draw_sprite(t_cub *cl);