src/industry_type.h
author glx
Mon, 24 Nov 2008 18:59:53 +0000
changeset 10369 66a67e98e67f
parent 8213 7bdd7593eb9b
permissions -rw-r--r--
(svn r14620) -Fix (r14618): missing lines broke compilation on windows
/* $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 */