src/industry_type.h
author glx
Mon, 11 Feb 2008 18:08:09 +0000
branchnoai
changeset 9727 a5fdea13a991
parent 9723 eee46cb39750
permissions -rw-r--r--
(svn r12113) [NoAI] -Fix: memory leak in require()
/* $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 */