aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--inc/cub3d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h
index 016677a..56736ac 100644
--- a/inc/cub3d.h
+++ b/inc/cub3d.h
@@ -82,6 +82,7 @@ void ft_calc_trap(t_cub *cl);
void ft_draw_traps(t_cub *cl, t_sprite *sprite);
void ft_draw_skybox(t_cub *cl);
void ft_suffer_animation(t_cub *cl);
+void ft_draw_life_bar(t_win *wl, t_cub *cl);
/*
** ====== PARSING ======