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 */