OpenTTD Source  20240919-master-gdf0233f4c2
water_regions_sl.cpp File Reference
#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.