use pch on the project. Removed all include that are now not necessary

This commit is contained in:
2026-08-04 19:31:31 -04:00
parent aabe585696
commit 5eb8fb7e9d
56 changed files with 131 additions and 1825 deletions
+2 -4
View File
@@ -3,9 +3,7 @@
#ifdef global
#undef global
#endif
#include <algorithm>
#include <ios>
#include <iosfwd>
#define global static
#ifdef _WIN32
@@ -28,7 +26,7 @@
#include <Core/Math/Matrix.h>
#include <Core/Memory/MemoryArena.h>
#include <Core/Memory/Utils.h>
#include <cstdlib>
#include <Engine/Debug/MemoryDebugger.h>
#include <Graphics/Camera.h>
#include <Graphics/DebugDisplay.h>