forked from mirror/OpenTTD
(svn r11776) -Codechange: more header splittings to reduce the dependencies.
This commit is contained in:
16
src/industry_type.h
Normal file
16
src/industry_type.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/* $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 */
|
Reference in New Issue
Block a user