aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--inc/cub3d.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h
index ce7b0c1..deecf0d 100644
--- a/inc/cub3d.h
+++ b/inc/cub3d.h
@@ -29,6 +29,12 @@
# ifndef FT_D_KEY
# define FT_D_KEY 2
# endif
+# ifndef FT_L_ARR_KEY
+# define FT_L_ARR_KEY 123
+# endif
+# ifndef FT_R_ARR_KEY
+# define FT_R_ARR_KEY 124
+# endif
# ifndef FT_ESC_KEY
# define FT_ESC_KEY 53
# endif