|
OpenTTD Source 20251117-master-g7398d2e290
|
Code handling saving and loading of newgrf config. More...
#include "../stdafx.h"#include "saveload.h"#include "compat/newgrf_sl_compat.h"#include "newgrf_sl.h"#include "../fios.h"#include "../safeguards.h"Go to the source code of this file.
Data Structures | |
| struct | NGRFChunkHandler |
Functions | |
| const ChunkHandlerTable | _newgrf_chunk_handlers (newgrf_chunk_handlers) |
Variables | |
| static const SaveLoad | _newgrf_mapping_desc [] |
| Save and load the mapping between a spec and the NewGRF it came from. | |
| static const NGRFChunkHandler | NGRF |
| static const ChunkHandlerRef | newgrf_chunk_handlers [] |
Code handling saving and loading of newgrf config.
Definition in file newgrf_sl.cpp.
|
static |
Save and load the mapping between a spec and the NewGRF it came from.
Definition at line 21 of file newgrf_sl.cpp.
Referenced by NewGRFMappingChunkHandler::Load(), and NewGRFMappingChunkHandler::Save().
|
static |
Definition at line 146 of file newgrf_sl.cpp.
|
static |
Definition at line 145 of file newgrf_sl.cpp.