mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-04-10 06:14:07 +08:00
feat: add block placement and destruction
This commit is contained in:
9
src/input.cpp
Normal file
9
src/input.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <Cubed/input.hpp>
|
||||
|
||||
static InputState input_state;
|
||||
|
||||
namespace Input {
|
||||
InputState& get_input_state() {
|
||||
return input_state;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user