aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-01 19:37:00 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-01 19:37:00 +0200
commitc2fabd5bee8cc8a386d2012e6b08471955fbcaa8 (patch)
treedd59fd3f0c76d4ac79efc403908092e31cf91a1f /inc
parentok (diff)
download42-cub3d-c2fabd5bee8cc8a386d2012e6b08471955fbcaa8.tar.gz
42-cub3d-c2fabd5bee8cc8a386d2012e6b08471955fbcaa8.tar.bz2
42-cub3d-c2fabd5bee8cc8a386d2012e6b08471955fbcaa8.tar.xz
42-cub3d-c2fabd5bee8cc8a386d2012e6b08471955fbcaa8.tar.zst
42-cub3d-c2fabd5bee8cc8a386d2012e6b08471955fbcaa8.zip
Later
Diffstat (limited to 'inc')
-rw-r--r--inc/cub3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h
index d86cf74..87005e9 100644
--- a/inc/cub3d.h
+++ b/inc/cub3d.h
@@ -284,7 +284,7 @@ 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);
int8_t ft_switch_weap_three(t_cub *cl);
-void ft_shoot(t_cub *cl, uint16_t center);
+void ft_shoot(t_cub *cl);
int ft_handle_keys(uint8_t i, float old_y, float old_x, t_cub *cl);
# endif