From c2fabd5bee8cc8a386d2012e6b08471955fbcaa8 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 1 Apr 2020 19:37:00 +0200 Subject: Later --- inc/cub3d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') 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 -- cgit v1.2.3