summaryrefslogtreecommitdiff
path: root/src/house_type.h
blob: da9ebe7c7a2ce966c221c969bdc13c76234b6aec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 */