aboutsummaryrefslogtreecommitdiffstats
path: root/include/gos/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gos/options.h')
-rw-r--r--include/gos/options.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/gos/options.h b/include/gos/options.h
index f1762134..4edb35d8 100644
--- a/include/gos/options.h
+++ b/include/gos/options.h
@@ -48,6 +48,13 @@
#ifndef GFX_USE_OS_OSX
#define GFX_USE_OS_OSX FALSE
#endif
+ /**
+ * @brief Use a Raw 32 bit CPU based system
+ * @details Defaults to FALSE
+ */
+ #ifndef GFX_USE_OS_RAW32
+ #define GFX_USE_OS_RAW32 FALSE
+ #endif
/**
* @}
*