src/industry_type.h
author glx
Sat, 26 Apr 2008 21:34:30 +0000
branch0.6
changeset 10367 94c008da45c4
parent 8709 4187ad809fe7
permissions -rw-r--r--
(svn r12909) [0.6] -Fix (r12866): missing #defines
/* $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 */