src/cargopacket.h
branchNewGRF_ports
changeset 6872 1c4a4a609f85
parent 6868 7eb395287b3d
child 6878 7d1ff2f621c7
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 /** @file cargotype.h */
     3 /** @file cargopacket.h */
     4 
     4 
     5 #ifndef CARGOPACKET_H
     5 #ifndef CARGOPACKET_H
     6 #define CARGOPACKET_H
     6 #define CARGOPACKET_H
     7 
     7 
       
     8 #include "economy_type.h"
       
     9 #include "tile_type.h"
     8 #include <list>
    10 #include <list>
     9 
    11 
    10 typedef uint32 CargoPacketID;
    12 typedef uint32 CargoPacketID;
    11 struct CargoPacket;
    13 struct CargoPacket;
    12 
    14