From 7073d9f97b54f41d227b960d05dd28af74d5776d Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sat, 6 Jun 2015 17:56:30 +0200 Subject: Refactored reading in game state file --- include/game_state.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/game_state.h') 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 missiles; std::vector shields; std::vector spaceships; + + int addEntity(int x, int y, char type); }; -- cgit v1.2.3