Fix up include headers, try to reduce dependencies

Ensure that all headers are self-sufficient instead of relying on included
headers to include headers for execution.
This commit is contained in:
2016-07-16 23:27:52 +10:00
parent 6da8eff9b1
commit a426461dad
17 changed files with 176 additions and 159 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#include "Dengine/Platform.h"
#include "Dengine/Debug.h"
#include "Dengine/Platform.h"
DebugState GLOBAL_debugState;