OpenTTD Source
1.11.0-beta2
|
#include "../stdafx.h"
#include "../cargomonitor.h"
#include "saveload.h"
#include "../safeguards.h"
Go to the source code of this file.
Data Structures | |
struct | TempStorage |
Temporary storage of cargo monitoring data for loading or saving it. More... | |
Functions | |
static CargoMonitorID | FixupCargoMonitor (CargoMonitorID number) |
static void | SaveDelivery () |
Save the _cargo_deliveries monitoring map. | |
static void | LoadDelivery () |
Load the _cargo_deliveries monitoring map. | |
static void | SavePickup () |
Save the _cargo_pickups monitoring map. | |
static void | LoadPickup () |
Load the _cargo_pickups monitoring map. | |
Variables | |
static const SaveLoad | _cargomonitor_pair_desc [] |
Description of the TempStorage structure for the purpose of load and save. More... | |
const ChunkHandler | _cargomonitor_chunk_handlers [] |
Chunk definition of the cargomonitoring maps. More... | |
Code handling saving and loading of Cargo monitoring.
Definition in file cargomonitor_sl.cpp.
const ChunkHandler _cargomonitor_chunk_handlers[] |
Chunk definition of the cargomonitoring maps.
|
static |
Description of the TempStorage structure for the purpose of load and save.
Definition at line 24 of file cargomonitor_sl.cpp.
Referenced by LoadDelivery(), and LoadPickup().