feat: walls for future ray cast

This commit is contained in:
Floriansylvain
2025-12-28 04:18:53 +01:00
parent 683096351f
commit 62655038f3
6 changed files with 64 additions and 7 deletions
+2
View File
@@ -6,6 +6,7 @@
#include "DebugUI.hpp"
#include "GridLines.hpp"
#include "Player.hpp"
#include "Walls.hpp"
constexpr bool VSYNC = true;
constexpr int WIDTH = 1920;
@@ -25,6 +26,7 @@ private:
Player player;
DebugUI debug;
GridLines gridLines;
Walls walls;
void onResize();
void processEvents();