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
@@ -1,6 +1,6 @@
#include <filesystem>
#include "engine.hpp"
#include "engine/Engine.hpp"
#include "files/files.hpp"
#include "frontend/hud.hpp"
#include "frontend/screens/Screen.hpp"