diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/cub3d_defines.h | 6 |
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 |