From 911061ac38bc5ce025255bce54baf46eac9bd53f Mon Sep 17 00:00:00 2001 From: smatz Date: Tue, 18 May 2010 01:10:23 +0000 Subject: (svn r19850) -Codechange: move declaration of InitializeRailGUI() to rail_gui.h --- src/openttd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/openttd.cpp') 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. -- cgit v1.2.3-54-g00ecf