src/industry.h
changeset 8139 4e91c448c409
parent 8138 dbfdc08fa6b9
child 8140 0d0d8c94f84b
equal deleted inserted replaced
8138:dbfdc08fa6b9 8139:4e91c448c409
     8 #include "oldpool.h"
     8 #include "oldpool.h"
     9 #include "core/random_func.hpp"
     9 #include "core/random_func.hpp"
    10 #include "newgrf_storage.h"
    10 #include "newgrf_storage.h"
    11 #include "cargo_type.h"
    11 #include "cargo_type.h"
    12 #include "economy_type.h"
    12 #include "economy_type.h"
    13 #include "map.h"
    13 #include "map_type.h"
    14 #include "slope_type.h"
    14 #include "slope_type.h"
    15 
    15 
    16 typedef uint16 IndustryGfx;
    16 typedef uint16 IndustryGfx;
    17 typedef uint8 IndustryType;
    17 typedef uint8 IndustryType;
    18 
    18