summaryrefslogtreecommitdiff
path: root/include/game_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/game_state.h')
-rw-r--r--include/game_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/game_state.h b/include/game_state.h
index defe691..db20b84 100644
--- a/include/game_state.h
+++ b/include/game_state.h
@@ -12,6 +12,7 @@ class GameState
{
public:
GameState(std::string mapFilename);
+ void logState();
private:
std::vector<Alien> aliens;
std::vector<EnemyBullet> bullets;