refactor: warp everything in Cubed namespace

This commit is contained in:
2026-04-20 22:18:02 +08:00
parent 6c74f4582c
commit c2321a0a6e
49 changed files with 288 additions and 66 deletions

View File

@@ -6,6 +6,8 @@
#include <glad/glad.h>
#include <GLFW/glfw3.h>
namespace Cubed {
class Player;
@@ -32,4 +34,6 @@ public:
const glm::vec3& get_camera_pos() const;
};
}