summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Game.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-06 21:35:26 +0200
committerAki <please@ignore.pl>2022-04-06 21:53:53 +0200
commit4d7ca74c55edff30e34df1c36824a128211bfeb8 (patch)
tree807e794e2f85cfb3a817a6bd2e3158b7899b48b9 /StarsEx/Game.h
parent947910fc3c541ffdab3b042cfa3a3926b64f0ba3 (diff)
downloadstarshatter-4d7ca74c55edff30e34df1c36824a128211bfeb8.zip
starshatter-4d7ca74c55edff30e34df1c36824a128211bfeb8.tar.gz
starshatter-4d7ca74c55edff30e34df1c36824a128211bfeb8.tar.bz2
Moved world ownership to concrete game classes
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;