src/industry_type.h
author peter1138
Thu, 07 Feb 2008 10:01:18 +0000
changeset 8504 f4ea0ba39c03
parent 8213 7bdd7593eb9b
permissions -rw-r--r--
(svn r12079) -Fix: Use search paths when opening console scripts.
/* $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 */