src/industry_type.h
changeset 8213 7bdd7593eb9b
parent 8140 0d0d8c94f84b
equal deleted inserted replaced
8212:cf3fce5c7464 8213:7bdd7593eb9b
       
     1 /* $Id$ */
       
     2 
       
     3 /** @file industry_type.h Types related to the industry. */
       
     4 
       
     5 #ifndef INDUSTRY_TYPE_H
       
     6 #define INDUSTRY_TYPE_H
       
     7 
       
     8 typedef uint16 IndustryID;
       
     9 typedef uint16 IndustryGfx;
       
    10 typedef uint8 IndustryType;
       
    11 struct Industry;
       
    12 
       
    13 struct IndustrySpec;
       
    14 struct IndustryTileSpec;
       
    15 
       
    16 #endif /* INDUSTRY_TYPE_H */