OpenTTD Source  20241108-master-g80f628063a
water_regions_sl.cpp File Reference

Handles saving and loading of water region data. More...

#include "../stdafx.h"
#include "saveload.h"
#include "../safeguards.h"

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 }
 

Detailed Description

Handles saving and loading of water region data.

Definition in file water_regions_sl.cpp.