From cccc0c25b903599c081e3216b4fad1b3c7507b28 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 19 Mar 2020 22:13:50 +0100 Subject: SoundsGoodMan --- inc/cub3d.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inc/cub3d.h') 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 -- cgit v1.2.3