12 #include "../stdafx.h" 
   13 #include "../depot_base.h" 
   18 #include "../safeguards.h" 
   20 static TownID _town_index;
 
   22 static const SaveLoad _depot_desc[] = {
 
   33 static void Save_DEPT()
 
   37   FOR_ALL_DEPOTS(depot) {
 
   38     SlSetArrayIndex(depot->
index);
 
   43 static void Load_DEPT()
 
   56 static void Ptrs_DEPT()
 
   60   FOR_ALL_DEPOTS(depot) {
 
   67   { 
'DEPT', Save_DEPT, Load_DEPT, Ptrs_DEPT, NULL, CH_ARRAY | 
CH_LAST},