src/industry_type.h
author peter1138
Tue, 22 Jan 2008 20:04:30 +0000
changeset 8877 add4fac0828d
parent 8709 4187ad809fe7
permissions -rw-r--r--
(svn r11949) -Codechange: add river icon and cursor, drawn by skidd13.
/* $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 */