refactor: extract constants into separate constants.hpp file

This commit is contained in:
2026-04-25 16:25:47 +08:00
parent 055c4d687b
commit 8b5717a655
11 changed files with 43 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
#include <Cubed/shader.hpp>
#include <Cubed/tools/font.hpp>
#include <Cubed/constants.hpp>
#include <Cubed/shader.hpp>
#include <Cubed/tools/log.hpp>
#include <Cubed/tools/shader_tools.hpp>