summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Starshatter.h
diff options
context:
space:
mode:
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;