(svn r16664) -Codechange: move house-related stuff from town.h and town_type.h to separate files

This commit is contained in:
smatz
2009-06-26 13:44:14 +00:00
parent 5ca420492f
commit d39c08fd9d
17 changed files with 184 additions and 138 deletions

View File

@@ -21,6 +21,7 @@
#include "company_func.h"
#include "animated_tile_func.h"
#include "company_base.h"
#include "town.h"
static BuildingCounts<uint32> _building_counts;
static HouseClassMapping _class_mapping[HOUSE_CLASS_MAX];