diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-23 15:07:56 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-23 15:07:56 +0100 |
commit | 6a59f0977efc8a25f98fb35b381432484efa1289 (patch) | |
tree | ebdec6004f1fdbe33c66e81724734e331db5f896 /inc/cub3d.h | |
parent | ok for now (diff) | |
download | 42-cub3d-6a59f0977efc8a25f98fb35b381432484efa1289.tar.gz 42-cub3d-6a59f0977efc8a25f98fb35b381432484efa1289.tar.bz2 42-cub3d-6a59f0977efc8a25f98fb35b381432484efa1289.tar.xz 42-cub3d-6a59f0977efc8a25f98fb35b381432484efa1289.tar.zst 42-cub3d-6a59f0977efc8a25f98fb35b381432484efa1289.zip |
Good start
Diffstat (limited to 'inc/cub3d.h')
-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 a4873bb..c6165ac 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -76,7 +76,9 @@ 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_minimap_back(t_cub *cl); +void ft_draw_ammo_back(t_cub *cl); void ft_draw_health_caption(t_cub *cl); +void ft_draw_ammo_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); |