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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/game_state.h b/include/game_state.h
index db20b84..1b35fc6 100644
--- a/include/game_state.h
+++ b/include/game_state.h
@@ -19,4 +19,6 @@ private:
std::vector<PlayerMissile> missiles;
std::vector<Shield> shields;
std::vector<Spaceship> spaceships;
+
+ int addEntity(int x, int y, char type);
};