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

@@ -10,6 +10,9 @@
#include <Cubed/config.hpp>
namespace Cubed {
struct Character {
glm::vec2 uv_min;
glm::vec2 uv_max;
@@ -41,4 +44,6 @@ private:
void setup_font_character();
};
};
}