diff options
Diffstat (limited to 'inc/cub3d_defines.h')
-rw-r--r-- | inc/cub3d_defines.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h index dd34fa7..c4be489 100644 --- a/inc/cub3d_defines.h +++ b/inc/cub3d_defines.h @@ -62,6 +62,15 @@ # endif /* +** ====== OTHERS ====== +*/ + +# ifndef FT_OS +# define FT_OS "Darwin" +# endif + + +/* ** ====== MAP ERROR MSG ====== */ |