OpenTTD Source  1.11.0-beta2
airport_sl.cpp File Reference
#include "../stdafx.h"
#include "saveload.h"
#include "newgrf_sl.h"
#include "../safeguards.h"

Go to the source code of this file.

Functions

static void Save_APID ()
 
static void Load_APID ()
 
static void Save_ATID ()
 
static void Load_ATID ()
 

Variables

const ChunkHandler _airport_chunk_handlers []
 

Detailed Description

Code handling saving and loading airport ids

Definition in file airport_sl.cpp.

Variable Documentation

◆ _airport_chunk_handlers

const ChunkHandler _airport_chunk_handlers[]
Initial value:
= {
{ 'ATID', Save_ATID, Load_ATID, nullptr, nullptr, CH_ARRAY },
{ 'APID', Save_APID, Load_APID, nullptr, nullptr, CH_ARRAY | CH_LAST },
}
CH_LAST
@ CH_LAST
Last chunk in this array.
Definition: saveload.h:410