src/industry_type.h
author peter1138
Tue, 15 Jan 2008 11:43:06 +0000
changeset 8296 59fa0940aefe
parent 8213 7bdd7593eb9b
permissions -rw-r--r--
(svn r11860) -Fix: Test station class validity against number of classes, not abosolute limit.
/* $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 */