refactor GLFWWindow

This commit is contained in:
MihailRis
2025-04-02 15:01:24 +03:00
parent 0b8d56afe1
commit 7262119f5b
14 changed files with 99 additions and 53 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include "debug/Logger.hpp"
#include "frontend/screens/MenuScreen.hpp"
#include "frontend/screens/LevelScreen.hpp"
#include "window/display.hpp"
#include "window/Window.hpp"
#include "world/Level.hpp"
static debug::Logger logger("mainloop");