summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/Game.h')
-rw-r--r--StarsEx/Game.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/StarsEx/Game.h b/StarsEx/Game.h
index 48629c6..b350e2c 100644
--- a/StarsEx/Game.h
+++ b/StarsEx/Game.h
@@ -14,10 +14,6 @@
// +--------------------------------------------------------------------+
-class Universe;
-
-// +--------------------------------------------------------------------+
-
class Game
{
public:
@@ -74,8 +70,6 @@ public:
virtual bool InitGame();
protected:
- Universe* world;
-
int status;
int exit_code;
int game_mode;