summaryrefslogtreecommitdiff
path: root/include/game_state.h
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2015-06-06 17:56:30 +0200
committerJustin Worthe <justin.worthe@gmail.com>2015-06-06 17:56:30 +0200
commit7073d9f97b54f41d227b960d05dd28af74d5776d (patch)
tree29b61261532060a46757e46a78f23742777bb9d5 /include/game_state.h
parent720edc0849aa69e1c944ac7a32ebcbe2ff1e4bf0 (diff)
Refactored reading in game state file
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);
};