src/industry_type.h
author belugas
Mon, 18 Feb 2008 20:59:04 +0000
changeset 9096 6dedf7e114d0
parent 8709 4187ad809fe7
permissions -rw-r--r--
(svn r12181) -Change: update some documentation.
/* $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 */