aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-19 22:13:50 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-19 22:13:50 +0100
commitcccc0c25b903599c081e3216b4fad1b3c7507b28 (patch)
treecf3292367f16eebe5f1c6cf7445978f095e4eb8f /inc/cub3d.h
parentThe og OOP (diff)
download42-cub3d-cccc0c25b903599c081e3216b4fad1b3c7507b28.tar.gz
42-cub3d-cccc0c25b903599c081e3216b4fad1b3c7507b28.tar.bz2
42-cub3d-cccc0c25b903599c081e3216b4fad1b3c7507b28.tar.xz
42-cub3d-cccc0c25b903599c081e3216b4fad1b3c7507b28.tar.zst
42-cub3d-cccc0c25b903599c081e3216b4fad1b3c7507b28.zip
SoundsGoodMan
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r--inc/cub3d.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h
index 2affbcd..f4dac89 100644
--- a/inc/cub3d.h
+++ b/inc/cub3d.h
@@ -200,5 +200,7 @@ uint32_t ft_darken(t_rgb rgb, t_cub *cl);
void ft_death_screen(t_cub *cl);
void ft_get_fps_count(clock_t delta_time, t_cub *cl);
void ft_find_item(t_player *pl, t_map *ml, t_cub *cl);
+int8_t ft_switch_weap_one(t_cub *cl);
+int8_t ft_switch_weap_two(t_cub *cl);
# endif