src/cargopacket.cpp
changeset 8847 426dd2d582e7
parent 8785 871586967963
child 9081 38b6cc9fd473
equal deleted inserted replaced
8846:1b90782b2c4e 8847:426dd2d582e7
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
     6 #include "openttd.h"
     7 #include "station_base.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()