From 3831ffb031bd236cba9eedd2b6dc24a6d9bff515 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 14 Feb 2020 00:04:37 +0100 Subject: Added turn around keys --- 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 a0e48fc..60c9bb1 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -95,5 +95,7 @@ int8_t ft_draw_verline(t_cub *cl, int32_t x, int32_t y1, void ft_castray(t_cub *cl); void ft_draw_map(char **map, t_cub *clist); int8_t ft_f1_key(t_cub *clist); +int8_t ft_left_key(t_cub *clist); +int8_t ft_right_key(t_cub *clist); # endif -- cgit v1.2.3