src/cargopacket.cpp
branchNewGRF_ports
changeset 10184 fcf5fb2548eb
parent 6878 7d1ff2f621c7
child 10724 68a692eacf22
equal deleted inserted replaced
10179:eec5a7dcbf61 10184:fcf5fb2548eb
     2 
     2 
     3 /** @file cargopacket.cpp Implementation of the cargo packets */
     3 /** @file cargopacket.cpp Implementation of the cargo packets */
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
     6 #include "openttd.h"
     7 #include "station.h"
     7 #include "station_base.h"
     8 #include "cargopacket.h"
     8 #include "cargopacket.h"
     9 #include "saveload.h"
     9 #include "saveload.h"
       
    10 #include "oldpool_func.h"
    10 
    11 
    11 /* Initialize the cargopacket-pool */
    12 /* Initialize the cargopacket-pool */
    12 DEFINE_OLD_POOL_GENERIC(CargoPacket, CargoPacket)
    13 DEFINE_OLD_POOL_GENERIC(CargoPacket, CargoPacket)
    13 
    14 
    14 void InitializeCargoPackets()
    15 void InitializeCargoPackets()