summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2010-05-18 01:10:23 +0000
committersmatz <smatz@openttd.org>2010-05-18 01:10:23 +0000
commit911061ac38bc5ce025255bce54baf46eac9bd53f (patch)
treea701c045c0428d3ebfaf77a949e7e70148b4347a /src/openttd.cpp
parentbee74bd82b9328aa7b24e97dcb87941f101435ef (diff)
downloadopenttd-911061ac38bc5ce025255bce54baf46eac9bd53f.tar.xz
(svn r19850) -Codechange: move declaration of InitializeRailGUI() to rail_gui.h
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 0c04838f2..644781162 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -64,6 +64,7 @@
#include "engine_base.h"
#include "engine_func.h"
#include "core/random_func.hpp"
+#include "rail_gui.h"
#include "newgrf_commons.h"
@@ -87,7 +88,6 @@ void CallWindowTickEvent();
extern void SetDifficultyLevel(int mode, DifficultySettings *gm_opt);
extern Company *DoStartupNewCompany(bool is_ai, CompanyID company = INVALID_COMPANY);
extern void ShowOSErrorBox(const char *buf, bool system);
-extern void InitializeRailGUI();
/**
* Error handling for fatal user errors.