src/industry.h
branchcpp_gui
changeset 6308 646711c5feaa
parent 6307 f40e88cff863
equal deleted inserted replaced
6307:f40e88cff863 6308:646711c5feaa
    11 typedef byte IndustryGfx;
    11 typedef byte IndustryGfx;
    12 typedef uint8 IndustryType;
    12 typedef uint8 IndustryType;
    13 
    13 
    14 enum {
    14 enum {
    15 	INVALID_INDUSTRY = 0xFFFF,
    15 	INVALID_INDUSTRY = 0xFFFF,
       
    16 	NUM_INDUSTRYTYPES = 37,
    16 	INDUTILE_NOANIM = 0xFF,        ///< flag to mark industry tiles as having no animation
    17 	INDUTILE_NOANIM = 0xFF,        ///< flag to mark industry tiles as having no animation
    17 };
    18 };
    18 
    19 
    19 enum IndustryLifeType {
    20 enum IndustryLifeType {
    20 	INDUSTRYLIFE_NOT_CLOSABLE,     ///< Industry can never close
    21 	INDUSTRYLIFE_NOT_CLOSABLE,     ///< Industry can never close