00001 /* $Id: industry_type.h 11776 2008-01-07 14:02:26Z rubidium $ */ 00002 00005 #ifndef INDUSTRY_TYPE_H 00006 #define INDUSTRY_TYPE_H 00007 00008 typedef uint16 IndustryID; 00009 typedef uint16 IndustryGfx; 00010 typedef uint8 IndustryType; 00011 struct Industry; 00012 00013 struct IndustrySpec; 00014 struct IndustryTileSpec; 00015 00016 #endif /* INDUSTRY_TYPE_H */