mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-06-18 00:27:02 +08:00
refactor: extract constants into separate constants.hpp file
This commit is contained in:
@@ -7,17 +7,9 @@ static InputState input_state;
|
||||
|
||||
namespace Input {
|
||||
|
||||
|
||||
|
||||
|
||||
InputState& get_input_state() {
|
||||
return input_state;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user