aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d.h
diff options
context:
space:
mode:
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