12 #include "../stdafx.h" 17 #include "../safeguards.h" 19 static void Save_APID()
24 static void Load_APID()
29 static void Save_ATID()
34 static void Load_ATID()
40 {
'ATID', Save_ATID, Load_ATID, NULL, NULL, CH_ARRAY },
41 {
'APID', Save_APID, Load_APID, NULL, NULL, 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.