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, 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;