diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-22 23:42:05 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-22 23:42:05 +0100 |
commit | 1e84a8792302f0446e8eb838f478b4a6564d1011 (patch) | |
tree | 1968ab8d402596dc710afa4cf70335687e64637b /inc/cub3d.h | |
parent | Cleaner (diff) | |
download | 42-cub3d-1e84a8792302f0446e8eb838f478b4a6564d1011.tar.gz 42-cub3d-1e84a8792302f0446e8eb838f478b4a6564d1011.tar.bz2 42-cub3d-1e84a8792302f0446e8eb838f478b4a6564d1011.tar.xz 42-cub3d-1e84a8792302f0446e8eb838f478b4a6564d1011.tar.zst 42-cub3d-1e84a8792302f0446e8eb838f478b4a6564d1011.zip |
I think we good
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index b9e0667..0ca77d9 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -63,6 +63,7 @@ void ft_death_hooks(t_win *wl, t_cub *cl); */ void ft_wall_tex_init(t_cub *cl); +void ft_next_sprite_init(t_cub *cl); void ft_weap_tex_init(t_cub *cl); void ft_num_tex_init(t_cub *cl); @@ -74,6 +75,7 @@ void ft_draw_square(int a, int b, int rgb, t_cub *clist); void ft_draw_map(char **map, t_cub *clist); void ft_draw_texture(t_cub *cl, int x, int y, int tex_y); int8_t ft_draw_hud(t_cub *clist); +void ft_draw_health_caption(t_cub *cl); void ft_draw_life_bar(t_cub *cl); void ft_draw_scene(t_cub *clist); void ft_draw_scene_bmp(t_cub *clist); |