aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d.h
diff options
context:
space:
mode:
authorsalaaad2 <arthudurant263@gmail.com>2020-02-24 22:20:33 +0100
committersalaaad2 <arthudurant263@gmail.com>2020-02-24 22:20:33 +0100
commitfe145d4c59886b857b0966f8e9b673cfacc0695f (patch)
tree6f613a668ecd532d185b4b31d7b5fe8122d271de /inc/cub3d.h
parentNorme (diff)
download42-cub3d-fe145d4c59886b857b0966f8e9b673cfacc0695f.tar.gz
42-cub3d-fe145d4c59886b857b0966f8e9b673cfacc0695f.tar.bz2
42-cub3d-fe145d4c59886b857b0966f8e9b673cfacc0695f.tar.xz
42-cub3d-fe145d4c59886b857b0966f8e9b673cfacc0695f.tar.zst
42-cub3d-fe145d4c59886b857b0966f8e9b673cfacc0695f.zip
found 2 infinit loops hehe
Diffstat (limited to '')
-rw-r--r--inc/cub3d.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h
index 5f1c6f8..c3236a5 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_draw_sprite(t_cub *cl, int i);
+void ft_calc_sprite_norme(t_cub *cl);
+void ft_draw_sprite(t_cub *cl);
# endif