10 #include "../stdafx.h"
11 #include "../industry.h"
16 #include "../safeguards.h"
20 static const SaveLoad _industry_desc[] = {
82 static void Save_INDY()
86 SlSetArrayIndex(ind->index);
91 static void Save_IIDS()
96 static void Save_TIDS()
101 static void Load_INDY()
122 static void Load_IIDS()
127 static void Load_TIDS()
132 static void Ptrs_INDY()
183 extern const ChunkHandler _industry_chunk_handlers[] = {
184 {
'INDY', Save_INDY, Load_INDY, Ptrs_INDY,
nullptr, CH_ARRAY},
185 {
'IIDS', Save_IIDS, Load_IIDS,
nullptr,
nullptr, CH_ARRAY},
186 {
'TIDS', Save_TIDS, Load_TIDS,
nullptr,
nullptr, CH_ARRAY},