From 32a24182ad8cd2fc3a9125cb8f70de3b9c22f9a4 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Wed, 26 Mar 2025 20:47:12 +0100 Subject: add preliminary public apis --- firmware/src/game/game_state.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 firmware/src/game/game_state.cpp (limited to 'firmware/src/game/game_state.cpp') 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) {} + +} -- cgit 1.4.1