From a197a92893cff416b63da359db8c8059c7f333bf Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Wed, 3 Jun 2015 22:11:59 +0200 Subject: Added remaining objects for game state --- include/game_state.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/game_state.h') diff --git a/include/game_state.h b/include/game_state.h index aa49fc8..defe691 100644 --- a/include/game_state.h +++ b/include/game_state.h @@ -6,12 +6,12 @@ #include "shield.h" #include "spaceship.h" #include -#include +#include class GameState { public: - GameState(std::istream& mapFile); + GameState(std::string mapFilename); private: std::vector aliens; std::vector bullets; -- cgit v1.2.3