|
OpenTTD Source
1.10.0-RC1
|
Code handling saving and loading of persistent storages. More...
#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. More... | |
| static void | Save_PSAC () |
| Save persistent storage data. More... | |
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.
|
static |
Load persistent storage data.
Definition at line 25 of file storage_sl.cpp.
References SlIterateArray().
|
static |
Save persistent storage data.
Definition at line 37 of file storage_sl.cpp.
| const ChunkHandler _persistent_storage_chunk_handlers[] |
Chunk handler for persistent storages.
|
static |
Description of the data to save and load in PersistentStorage.
Definition at line 17 of file storage_sl.cpp.