aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r--inc/cub3d.h2
1 files changed, 2 insertions, 0 deletions
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