summaryrefslogtreecommitdiff
path: root/src/newgrf_house.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/newgrf_house.cpp
parent51ca546a9dda04ba3b43a35fc0e751d31204244a (diff)
downloadopenttd-73527b7b4506cb7f34ac44a1fbcfbc200c320dbd.tar.xz
(svn r20190) -Codechange: unVARDEF _generate_world and move it to genworld
Diffstat (limited to 'src/newgrf_house.cpp')
-rw-r--r--src/newgrf_house.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_house.cpp b/src/newgrf_house.cpp
index 4a80547c3..052594bbd 100644
--- a/src/newgrf_house.cpp
+++ b/src/newgrf_house.cpp
@@ -27,6 +27,7 @@
#include "town.h"
#include "core/random_func.hpp"
#include "sprite.h"
+#include "genworld.h"
static BuildingCounts<uint32> _building_counts;
static HouseClassMapping _class_mapping[HOUSE_CLASS_MAX];