equal
deleted
inserted
replaced
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() |