OpenTTD Source
20241108-master-g80f628063a
|
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. More... | |
static const SaveLoad | _grfconfig_desc [] |
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 |
Definition at line 65 of 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 129 of file newgrf_sl.cpp.