aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-02-23 00:27:01 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-02-23 00:27:01 +0100
commitaef5fbe3d215672783bc9f998f622c40b5504c9f (patch)
tree4a7538e96b69bc14f0e08fcf48d8be14dd842409 /inc
parentGCC-friendly now (diff)
download42-cub3d-aef5fbe3d215672783bc9f998f622c40b5504c9f.tar.gz
42-cub3d-aef5fbe3d215672783bc9f998f622c40b5504c9f.tar.bz2
42-cub3d-aef5fbe3d215672783bc9f998f622c40b5504c9f.tar.xz
42-cub3d-aef5fbe3d215672783bc9f998f622c40b5504c9f.tar.zst
42-cub3d-aef5fbe3d215672783bc9f998f622c40b5504c9f.zip
Preparing OS defines for later use
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 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 ======
*/