diff options
author | smatz <smatz@openttd.org> | 2009-06-26 13:44:14 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-06-26 13:44:14 +0000 |
commit | e6a165881cba611a4475db21068d64caa67796ea (patch) | |
tree | 2954a4e0bee44f0c00864e32211ceb6d4d87d122 /src/newgrf_house.h | |
parent | 2987f021447d47a2678a8fdce81547e3d66a7217 (diff) | |
download | openttd-e6a165881cba611a4475db21068d64caa67796ea.tar.xz |
(svn r16664) -Codechange: move house-related stuff from town.h and town_type.h to separate files
Diffstat (limited to 'src/newgrf_house.h')
-rw-r--r-- | src/newgrf_house.h | 1 |
1 files changed, 1 insertions, 0 deletions
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. |