rename engine.hpp/cpp to Engine.hpp/cpp & move Engine, Time and mainloop classes to 'engine' folder

This commit is contained in:
MihailRis
2024-12-25 12:13:03 +03:00
parent 357e4f8607
commit 5e76cdfadc
41 changed files with 38 additions and 43 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include "content/Content.hpp"
#include "core_defs.hpp"
#include "debug/Logger.hpp"
#include "engine.hpp"
#include "engine/Engine.hpp"
#include "files/files.hpp"
#include "frontend/LevelFrontend.hpp"
#include "frontend/hud.hpp"