summaryrefslogtreecommitdiff
path: root/src/town_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-07-19 17:17:36 +0000
committerrubidium <rubidium@openttd.org>2010-07-19 17:17:36 +0000
commit73527b7b4506cb7f34ac44a1fbcfbc200c320dbd (patch)
tree4e51a7408d350522bc9021dda1185344176110df /src/town_gui.cpp
parent51ca546a9dda04ba3b43a35fc0e751d31204244a (diff)
downloadopenttd-73527b7b4506cb7f34ac44a1fbcfbc200c320dbd.tar.xz
(svn r20190) -Codechange: unVARDEF _generate_world and move it to genworld
Diffstat (limited to 'src/town_gui.cpp')
-rw-r--r--src/town_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/town_gui.cpp b/src/town_gui.cpp
index 05c3ed260..b845ec7bc 100644
--- a/src/town_gui.cpp
+++ b/src/town_gui.cpp
@@ -36,6 +36,7 @@
#include "core/geometry_func.hpp"
#include "station_base.h"
#include "depot_base.h"
+#include "genworld.h"
#include "table/sprites.h"
#include "table/strings.h"