src/industry_type.h
author frosch
Mon, 03 Nov 2008 20:23:51 +0000
changeset 10317 a904407b644f
parent 8213 7bdd7593eb9b
permissions -rw-r--r--
(svn r14562) -Fix (r14561): 8 bits are enough. The rest stays reserved.
/* $Id$ */

/** @file industry_type.h Types related to the industry. */

#ifndef INDUSTRY_TYPE_H
#define INDUSTRY_TYPE_H

typedef uint16 IndustryID;
typedef uint16 IndustryGfx;
typedef uint8 IndustryType;
struct Industry;

struct IndustrySpec;
struct IndustryTileSpec;

#endif /* INDUSTRY_TYPE_H */