OpenTTD Source 20241224-master-gee860a5c8e
|
Handles saving and loading of water region data. More...
Go to the source code of this file.
Data Structures | |
struct | WaterRegionChunkHandler |
Functions | |
void | SlSkipArray () |
Skip an array or sparse array. | |
const ChunkHandlerTable | _water_region_chunk_handlers (water_region_chunk_handlers) |
Variables | |
static const WaterRegionChunkHandler | WRGN |
static const ChunkHandlerRef | water_region_chunk_handlers [] = { WRGN } |
Handles saving and loading of water region data.
Definition in file water_regions_sl.cpp.
|
extern |
Skip an array or sparse array.
Definition at line 701 of file saveload.cpp.
References _sl, SaveLoadParams::reader, SlIterateArray(), and SlSkipBytes().
Referenced by WaterRegionChunkHandler::Load(), and ChunkHandler::LoadCheck().
|
static |
Definition at line 31 of file water_regions_sl.cpp.
|
static |
Definition at line 30 of file water_regions_sl.cpp.