From e6a165881cba611a4475db21068d64caa67796ea Mon Sep 17 00:00:00 2001 From: smatz Date: Fri, 26 Jun 2009 13:44:14 +0000 Subject: (svn r16664) -Codechange: move house-related stuff from town.h and town_type.h to separate files --- src/newgrf_house.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/newgrf_house.h') diff --git a/src/newgrf_house.h b/src/newgrf_house.h index ce08e1213..a67718486 100644 --- a/src/newgrf_house.h +++ b/src/newgrf_house.h @@ -8,6 +8,7 @@ #include "town_type.h" #include "newgrf_callbacks.h" #include "tile_cmd.h" +#include "house_type.h" /** * Makes class IDs unique to each GRF file. -- cgit v1.2.3-54-g00ecf