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

@@ -7,17 +7,9 @@ static InputState input_state;
namespace Input {
InputState& get_input_state() {
return input_state;
}
}