summary refs log tree commit diff stats
path: root/firmware/src/game/game_state.cpp
blob: 219c627faad6d3a2d515003998762187c3cd8df5 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include "game/game_state.h"

namespace game {

GameState::GameState() {}

void GameState::update(const inputs::Input& input) {}

}