mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-06-18 00:27:02 +08:00
chore: add clang-format and pre-commit configuration
This commit is contained in:
@@ -1,17 +1,13 @@
|
||||
#include <Cubed/input.hpp>
|
||||
#include <Cubed/tools/cubed_assert.hpp>
|
||||
namespace Cubed {
|
||||
#include "Cubed/input.hpp"
|
||||
|
||||
namespace Cubed {
|
||||
|
||||
static InputState input_state;
|
||||
|
||||
namespace Input {
|
||||
|
||||
InputState& get_input_state() {
|
||||
return input_state;
|
||||
}
|
||||
|
||||
}
|
||||
InputState& get_input_state() { return input_state; }
|
||||
|
||||
} // namespace Input
|
||||
|
||||
}
|
||||
} // namespace Cubed
|
||||
Reference in New Issue
Block a user