summaryrefslogtreecommitdiff
path: root/src/industry_type.h
blob: dab97401711643c9963f2f69e70cf2247763ea3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* $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 */