OpenTTD
|
Code handling saving and loading of cargo packets. More...
#include "../stdafx.h"
#include "../vehicle_base.h"
#include "../station_base.h"
#include "saveload.h"
#include "../safeguards.h"
Go to the source code of this file.
Functions | |
const SaveLoad * | GetCargoPacketDesc () |
Wrapper function to get the CargoPacket's internal structure while some of the variables itself are private. More... | |
static void | Save_CAPA () |
Save the cargo packets. | |
static void | Load_CAPA () |
Load the cargo packets. | |
Variables | |
const ChunkHandler | _cargopacket_chunk_handlers [] |
Chunk handlers related to cargo packets. More... | |
Code handling saving and loading of cargo packets.
Definition in file cargopacket_sl.cpp.
const SaveLoad* GetCargoPacketDesc | ( | ) |
Wrapper function to get the CargoPacket's internal structure while some of the variables itself are private.
We want this to be saved, right?
Definition at line 94 of file cargopacket_sl.cpp.
References SLE_VAR, and CargoPacket::source.
const ChunkHandler _cargopacket_chunk_handlers[] |