summaryrefslogtreecommitdiffhomepage
path: root/Stars45/StarServer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/StarServer.cpp')
-rw-r--r--Stars45/StarServer.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Stars45/StarServer.cpp b/Stars45/StarServer.cpp
index 2d67de1..c99e499 100644
--- a/Stars45/StarServer.cpp
+++ b/Stars45/StarServer.cpp
@@ -51,6 +51,7 @@
#include "DataLoader.h"
#include "ParseUtil.h"
#include "resource.h"
+#include "VersionInfo.h"
// +--------------------------------------------------------------------+
@@ -60,8 +61,6 @@ static Mission* current_mission = 0;
static double time_til_change = 0;
static bool exit_latch = true;
-extern const char* versionInfo;
-
// +--------------------------------------------------------------------+
StarServer::StarServer()