diff options
author | salaaad2 <arthudurant263@gmail.com> | 2020-02-24 23:14:16 +0100 |
---|---|---|
committer | salaaad2 <arthudurant263@gmail.com> | 2020-02-24 23:14:16 +0100 |
commit | 3363be36b7ffe90fc335e07ebb1dae14366216e8 (patch) | |
tree | 45378a3c0c54dde26d9a47ea49d5ca20489bfd99 /inc/cub3d.h | |
parent | found 2 infinit loops hehe (diff) | |
download | 42-cub3d-3363be36b7ffe90fc335e07ebb1dae14366216e8.tar.gz 42-cub3d-3363be36b7ffe90fc335e07ebb1dae14366216e8.tar.bz2 42-cub3d-3363be36b7ffe90fc335e07ebb1dae14366216e8.tar.xz 42-cub3d-3363be36b7ffe90fc335e07ebb1dae14366216e8.tar.zst 42-cub3d-3363be36b7ffe90fc335e07ebb1dae14366216e8.zip |
gang
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r-- | inc/cub3d.h | 1 |
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); |