(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 2987f02144
commit e6a165881c
17 changed files with 184 additions and 138 deletions

13
src/house_type.h Normal file
View File

@@ -0,0 +1,13 @@
/* $Id$ */
/** @file house_type.h declaration of basic house types and enums */
#ifndef HOUSE_TYPE_H
#define HOUSE_TYPE_H
typedef uint16 HouseID;
typedef uint16 HouseClassID;
struct HouseSpec;
#endif /* HOUSE_TYPE_H */