|
OpenTTD Source 20251117-master-g7398d2e290
|
Code handling saving and loading of persistent storages. More...
#include "../stdafx.h"#include "saveload.h"#include "compat/storage_sl_compat.h"#include "../newgrf_storage.h"#include "../safeguards.h"Go to the source code of this file.
Data Structures | |
| struct | PSACChunkHandler |
| Persistent storage data. More... | |
Functions | |
| const ChunkHandlerTable | _persistent_storage_chunk_handlers (persistent_storage_chunk_handlers) |
Variables | |
| static const SaveLoad | _storage_desc [] |
| Description of the data to save and load in PersistentStorage. | |
| static const PSACChunkHandler | PSAC |
| static const ChunkHandlerRef | persistent_storage_chunk_handlers [] |
Code handling saving and loading of persistent storages.
Definition in file storage_sl.cpp.
|
static |
Description of the data to save and load in PersistentStorage.
Definition at line 20 of file storage_sl.cpp.
Referenced by PSACChunkHandler::Load(), and PSACChunkHandler::Save().
|
static |
Definition at line 57 of file storage_sl.cpp.
|
static |
Definition at line 56 of file storage_sl.cpp.