diff options
Diffstat (limited to 'firmware/src/game/game_state.cpp')
| -rw-r--r-- | firmware/src/game/game_state.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/firmware/src/game/game_state.cpp b/firmware/src/game/game_state.cpp new file mode 100644 index 0000000..219c627 --- /dev/null +++ b/firmware/src/game/game_state.cpp @@ -0,0 +1,9 @@ +#include "game/game_state.h" + +namespace game { + +GameState::GameState() {} + +void GameState::update(const inputs::Input& input) {} + +} |