Files @ r12661:2deac14d6a7d
Branch filter:

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

alberth
(svn r17126) -Fix [FS#3096]: Initialize graph data from the constructor of the derived class.
/* $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 */