summaryrefslogtreecommitdiff
path: root/include/game_state.h
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2015-06-03 21:22:14 +0200
committerJustin Worthe <justin.worthe@gmail.com>2015-06-03 21:22:14 +0200
commite42727977b3dab7aecff0ce8afa5b16abcd8b26b (patch)
treef1352d17910d3c4454b999def79f02ad68ab2866 /include/game_state.h
parenteac5108541892a00f71e92d3e192598774696689 (diff)
Started reading of gamestate
Diffstat (limited to 'include/game_state.h')
-rw-r--r--include/game_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/game_state.h b/include/game_state.h
index abb2efa..aa49fc8 100644
--- a/include/game_state.h
+++ b/include/game_state.h
@@ -11,7 +11,7 @@
class GameState
{
public:
- GameState(const std::istream& mapFile){}
+ GameState(std::istream& mapFile);
private:
std::vector<Alien> aliens;
std::vector<EnemyBullet> bullets;