src/industry_type.h
author truebrain
Tue, 26 Feb 2008 18:36:16 +0000
branchnoai
changeset 9779 5713a8978df7
parent 9723 eee46cb39750
permissions -rw-r--r--
(svn r12274) [NoAI] -Change: [API CHANGE] Removed AITownList_vRandomize, as AIList_vRandomize already does that
/* $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 */