10 #include "../stdafx.h" 15 #include "../safeguards.h" 17 static void Save_APID()
22 static void Load_APID()
27 static void Save_ATID()
32 static void Load_ATID()
38 {
'ATID', Save_ATID, Load_ATID,
nullptr,
nullptr, CH_ARRAY },
39 {
'APID', Save_APID, Load_APID,
nullptr,
nullptr, CH_ARRAY |
CH_LAST },
Code handling saving and loading of NewGRF mappings.
Functions/types related to saving and loading games.
Handlers and description of chunk.
void Load_NewGRFMapping(OverrideManagerBase &mapping)
Load a GRF ID + local id -> OpenTTD's id mapping.
void Save_NewGRFMapping(const OverrideManagerBase &mapping)
Save a GRF ID + local id -> OpenTTD's id mapping.
Last chunk in this array.