diff options
author | salaaad2 <arthudurant263@gmail.com> | 2020-02-25 17:33:15 +0100 |
---|---|---|
committer | salaaad2 <arthudurant263@gmail.com> | 2020-02-25 17:33:15 +0100 |
commit | 51dd3734caadd0c3b943da3410772c65558280cc (patch) | |
tree | 20753d7dc65e749c849ad9eb1f0b003fe65bde2a /inc/cub3d.h | |
parent | bunch of garbage (diff) | |
download | 42-cub3d-51dd3734caadd0c3b943da3410772c65558280cc.tar.gz 42-cub3d-51dd3734caadd0c3b943da3410772c65558280cc.tar.bz2 42-cub3d-51dd3734caadd0c3b943da3410772c65558280cc.tar.xz 42-cub3d-51dd3734caadd0c3b943da3410772c65558280cc.tar.zst 42-cub3d-51dd3734caadd0c3b943da3410772c65558280cc.zip |
???
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r-- | inc/cub3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index 24ea92a..310e00d 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -92,7 +92,7 @@ void ft_draw_life_bar(size_t map_w, 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); +void ft_draw_sprite(t_cub *cl, t_sprite *sprite); void ft_get_sprite_spawn(t_cub *cl); # endif |