Day 40 complete.

This commit is contained in:
igor
2026-04-24 16:54:48 -07:00
parent 536c2664fe
commit 8c2290b2ad
3 changed files with 94 additions and 34 deletions
+10 -10
View File
@@ -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