aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorsalaaad2 <arthudurant263@gmail.com>2020-03-20 22:46:39 +0100
committersalaaad2 <arthudurant263@gmail.com>2020-03-20 22:46:39 +0100
commit06538ab3ac3f2a0ef4a8199ce3292b164f5d09a5 (patch)
treeb3a2c3e90b0680125f51dcc441fb5b23d8f0c6d2 /inc
parentbefore norme (diff)
download42-cub3d-06538ab3ac3f2a0ef4a8199ce3292b164f5d09a5.tar.gz
42-cub3d-06538ab3ac3f2a0ef4a8199ce3292b164f5d09a5.tar.bz2
42-cub3d-06538ab3ac3f2a0ef4a8199ce3292b164f5d09a5.tar.xz
42-cub3d-06538ab3ac3f2a0ef4a8199ce3292b164f5d09a5.tar.zst
42-cub3d-06538ab3ac3f2a0ef4a8199ce3292b164f5d09a5.zip
GAME AWARDS 2020
Diffstat (limited to 'inc')
-rw-r--r--inc/cub3d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h
index 2465e48..d426bba 100644
--- a/inc/cub3d.h
+++ b/inc/cub3d.h
@@ -204,5 +204,6 @@ 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);
+void ft_shoot(t_cub *cl, uint16_t center);
# endif