Files @ r12765:13a11d84969b
Branch filter:

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

rubidium
(svn r17245) -Fix [FS#3137] (r17015): you could, via unselect all, also unselect already installed content; it would not uninstall it though
/* $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 */