src/industry_type.h
author glx
Mon, 16 Jun 2008 20:16:43 +0000
changeset 10985 ae131ef2cc8f
parent 8709 4187ad809fe7
permissions -rw-r--r--
(svn r13539) -Fix (r13537): signed/unsigned warnings
/* $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 */