src/station.h
changeset 8119 52b48108425a
parent 8109 a501ce9046c4
child 8121 3bc6351e7369
equal deleted inserted replaced
8118:fa5fe5491657 8119:52b48108425a
    10 #include "oldpool.h"
    10 #include "oldpool.h"
    11 #include "sprite.h"
    11 #include "sprite.h"
    12 #include "road_type.h"
    12 #include "road_type.h"
    13 #include "newgrf_station.h"
    13 #include "newgrf_station.h"
    14 #include "cargopacket.h"
    14 #include "cargopacket.h"
       
    15 #include "cargo_type.h"
    15 #include <list>
    16 #include <list>
    16 #include <set>
    17 #include <set>
    17 
    18 
    18 struct Station;
    19 struct Station;
    19 struct RoadStop;
    20 struct RoadStop;