From 97d6287a0710ec59d746f6340a796bbe6c7c8aa2 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sat, 6 Jun 2015 15:39:02 +0200 Subject: Abstracted game objects into an entity base class --- include/game_state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/game_state.h') diff --git a/include/game_state.h b/include/game_state.h index defe691..db20b84 100644 --- a/include/game_state.h +++ b/include/game_state.h @@ -12,6 +12,7 @@ class GameState { public: GameState(std::string mapFilename); + void logState(); private: std::vector aliens; std::vector bullets; -- cgit v1.2.3