summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Starshatter.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/Starshatter.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/Starshatter.h')
-rw-r--r--StarsEx/Starshatter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/StarsEx/Starshatter.h b/StarsEx/Starshatter.h
index ecd1a62..78673cb 100644
--- a/StarsEx/Starshatter.h
+++ b/StarsEx/Starshatter.h
@@ -35,6 +35,7 @@ class DataLoader;
class Font;
class TrackIR;
class Mission;
+class Universe;
class NetServer;
class NetLobby;
@@ -132,6 +133,8 @@ protected:
virtual bool ResizeVideo();
virtual void InitMouse();
+ Universe* world;
+
Window* gamewin;
MenuScreen* menuscreen;
LoadScreen* loadscreen;