OpenTTD Source
1.11.2
|
#include "../stdafx.h"
#include "../newgrf_storage.h"
#include "saveload.h"
#include "../safeguards.h"
Go to the source code of this file.
Functions | |
static void | Load_PSAC () |
Load persistent storage data. | |
static void | Save_PSAC () |
Save persistent storage data. | |
Variables | |
static const SaveLoad | _storage_desc [] |
Description of the data to save and load in PersistentStorage. More... | |
const ChunkHandler | _persistent_storage_chunk_handlers [] |
Chunk handler for persistent storages. More... | |
Code handling saving and loading of persistent storages.
Definition in file storage_sl.cpp.
const ChunkHandler _persistent_storage_chunk_handlers[] |
|
static |
Description of the data to save and load in PersistentStorage.
Definition at line 17 of file storage_sl.cpp.
Referenced by Load_PSAC().