Day 40 complete.
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
#ifndef CORE_H_SENTRY
|
||||
#define CORE_H_SENTRY
|
||||
|
||||
/* ---- Switches ------------------------------------------------------- */
|
||||
|
||||
#ifndef BUILD_DEBUG
|
||||
#define BUILD_DEBUG 1
|
||||
#endif
|
||||
|
||||
#ifndef BUILD_INTERNAL
|
||||
#define BUILD_INTERNAL 1
|
||||
#endif
|
||||
|
||||
/* ---- Environment Detection ------------------------------------------ */
|
||||
|
||||
/* Architecture */
|
||||
@@ -91,16 +101,6 @@
|
||||
#error Unknown compiler . . .
|
||||
#endif
|
||||
|
||||
/* ---- Switches ------------------------------------------------------- */
|
||||
|
||||
#ifndef BUILD_DEBUG
|
||||
#define BUILD_DEBUG 1
|
||||
#endif
|
||||
|
||||
#ifndef BUILD_INTERNAL
|
||||
#define BUILD_INTERNAL 1
|
||||
#endif
|
||||
|
||||
/* ---- Types ---------------------------------------------------------- */
|
||||
|
||||
#ifndef TRUE
|
||||
|
||||
Reference in New Issue
Block a user