From 73527b7b4506cb7f34ac44a1fbcfbc200c320dbd Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 19 Jul 2010 17:17:36 +0000 Subject: (svn r20190) -Codechange: unVARDEF _generate_world and move it to genworld --- src/newgrf_house.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/newgrf_house.cpp') 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 _building_counts; static HouseClassMapping _class_mapping[HOUSE_CLASS_MAX]; -- cgit v1.2.3-54-g00ecf