Cleaned up base layer out of un-needed things.

This commit is contained in:
2026-03-13 13:00:57 -07:00
parent 7c0d5a0fe2
commit ecf95f5e27
3 changed files with 9 additions and 789 deletions
+8
View File
@@ -3,6 +3,14 @@
#include <SDL.h>
#if !defined(BUILD_DEBUG)
# define BUILD_DEBUG 1
#endif
#if !defined(BUILD_INTERNAL) // NOTE: Added in by igor.
# define BUILD_INTERNAL 1
#endif
typedef struct sdl_window_dimension {
S32 Width;
S32 Height;