diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-20 17:09:47 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-20 17:09:47 +0100 |
commit | 213f65da05db9129957c2295d680d449cdace274 (patch) | |
tree | eba710537b7748c12d5bd260a230dcad56af0490 /inc/cub3d.h | |
parent | in progress (diff) | |
download | 42-cub3d-213f65da05db9129957c2295d680d449cdace274.tar.gz 42-cub3d-213f65da05db9129957c2295d680d449cdace274.tar.bz2 42-cub3d-213f65da05db9129957c2295d680d449cdace274.tar.xz 42-cub3d-213f65da05db9129957c2295d680d449cdace274.tar.zst 42-cub3d-213f65da05db9129957c2295d680d449cdace274.zip |
Ok almost
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 f4dac89..ee2da75 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -93,7 +93,7 @@ void ft_draw_skybox(t_cub *cl); void ft_draw_handweap(t_cub *cl); void ft_macos_suffer_animation(t_cub *cl); void ft_linux_suffer_animation(t_cub *cl); -void ft_draw_life_bar(t_win *wl, t_cub *cl); +void ft_draw_life_bar(t_cub *cl); /* ** ====== PARSING ====== |