summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/StarServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/StarServer.h')
-rw-r--r--StarsEx/StarServer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/StarsEx/StarServer.h b/StarsEx/StarServer.h
index f1562bc..7b13c13 100644
--- a/StarsEx/StarServer.h
+++ b/StarsEx/StarServer.h
@@ -17,6 +17,7 @@
// +--------------------------------------------------------------------+
+class Universe;
class Campaign;
class Ship;
class Sim;
@@ -54,6 +55,8 @@ protected:
virtual void UpdateWorld();
virtual void InstantiateMission();
+ Universe* world;
+
NetServer* admin_server;
NetLobbyServer* lobby_server;
DataLoader* loader;