summaryrefslogtreecommitdiff
path: root/src/genworld_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-07 09:07:19 +0000
committerrubidium <rubidium@openttd.org>2008-05-07 09:07:19 +0000
commite0e1bf76a23eca1ac622f5915a8461b8a77f6779 (patch)
tree4c92772a01d16e252b764639246b6727529d3b0f /src/genworld_gui.cpp
parent3c82dd655064021054b0e709288f264e7e4f49a3 (diff)
downloadopenttd-e0e1bf76a23eca1ac622f5915a8461b8a77f6779.tar.xz
(svn r12986) -Codechange: move the landscape and transport related types from openttd.h to their own headers.
Diffstat (limited to 'src/genworld_gui.cpp')
-rw-r--r--src/genworld_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/genworld_gui.cpp b/src/genworld_gui.cpp
index 824e572ee..01fc43d31 100644
--- a/src/genworld_gui.cpp
+++ b/src/genworld_gui.cpp
@@ -28,6 +28,7 @@
#include "widgets/dropdown_type.h"
#include "widgets/dropdown_func.h"
#include "core/random_func.hpp"
+#include "landscape_type.h"
#include "table/strings.h"
#include "table/sprites.h"