src/cargopacket.cpp
branchnoai
changeset 10142 56ee7da4ad56
parent 9837 c9ec4f82e0d0
child 10455 22c441f5adf9
equal deleted inserted replaced
10096:780921b39016 10142:56ee7da4ad56
     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()