Cleaned up base layer out of un-needed things.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user