Implementation of the cargo packets. More...
#include "stdafx.h"
#include "core/pool_func.hpp"
#include "economy_base.h"
Go to the source code of this file.
Functions | |
void | InitializeCargoPackets () |
Initialize, i.e. | |
Variables | |
CargoPacketPool | _cargopacket_pool ("CargoPacket") |
The actual pool with cargo packets. |
Implementation of the cargo packets.
Definition in file cargopacket.cpp.
void InitializeCargoPackets | ( | ) |
Initialize, i.e.
clean, the pool with cargo packets.
Definition at line 23 of file cargopacket.cpp.
References _cargopacket_pool.
CargoPacketPool _cargopacket_pool("CargoPacket") |
The actual pool with cargo packets.
Referenced by InitializeCargoPackets(), and ShutdownGame().