aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-09 14:55:40 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-09 14:55:40 +0100
commit5ebc5e873770d4862f68993a98d75d09a03cdce4 (patch)
tree575ca57af546f0818182972332aaa97cb6c5cddf /inc
parentCC back to clang only (diff)
download42-cub3d-5ebc5e873770d4862f68993a98d75d09a03cdce4.tar.gz
42-cub3d-5ebc5e873770d4862f68993a98d75d09a03cdce4.tar.bz2
42-cub3d-5ebc5e873770d4862f68993a98d75d09a03cdce4.tar.xz
42-cub3d-5ebc5e873770d4862f68993a98d75d09a03cdce4.tar.zst
42-cub3d-5ebc5e873770d4862f68993a98d75d09a03cdce4.zip
Good parse
Diffstat (limited to '')
-rw-r--r--inc/cub3d_defines.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h
index 30d497e..71c7baf 100644
--- a/inc/cub3d_defines.h
+++ b/inc/cub3d_defines.h
@@ -182,4 +182,10 @@ enum
# define FT_ERR_MISS_CEIL_C "ceiling color"
# define FT_ERR_MISS_PLAYER_SPAWN "player spawn"
+/*
+** ====== OTHER ======
+*/
+
+# define FT_PARSE_END_RET 25
+
# endif