From e42727977b3dab7aecff0ce8afa5b16abcd8b26b Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Wed, 3 Jun 2015 21:22:14 +0200 Subject: Started reading of gamestate --- include/game_state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/game_state.h') 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 aliens; std::vector bullets; -- cgit v1.2.3