build time decreased

This commit is contained in:
MihailRis
2024-05-23 02:05:08 +03:00
parent 41ef80e938
commit 0ad3dd7ab8
15 changed files with 34 additions and 24 deletions
+1 -1
View File
@@ -2,7 +2,6 @@
#define ENGINE_HPP_
#include "delegates.hpp"
#include "settings.hpp"
#include "typedefs.hpp"
#include "assets/Assets.hpp"
@@ -27,6 +26,7 @@ class ResPaths;
class Batch2D;
class EngineController;
class SettingsHandler;
struct EngineSettings;
namespace fs = std::filesystem;