aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_defines.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--inc/cub3d_defines.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h
index 1153225..66105fd 100644
--- a/inc/cub3d_defines.h
+++ b/inc/cub3d_defines.h
@@ -111,6 +111,15 @@ enum
# endif
/*
+** ====== CHARSET ======
+*/
+
+# define FT_CHRST_VALID_PARSE "RNSEWFCLMD"
+# define FT_CHRST_MAP_ENTRY "012NSEWLD "
+# define FT_CHRST_SPAWN "NSEW"
+# define FT_CHRST_MAP_NON_WALL "02NESWLD"
+
+/*
** ====== BMP ======
*/