Files @ r12239:4ede50b8e95b
Branch filter:

Location: cpp/openttd-patchpack/source/src/house_type.h

smatz
(svn r16664) -Codechange: move house-related stuff from town.h and town_type.h to separate files
/* $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 */