depot.h
changeset 4347 38fc1b161e89
parent 4346 66105d4f6e83
child 4352 6703cd8d39e0
equal deleted inserted replaced
4346:66105d4f6e83 4347:38fc1b161e89
   108 	return ((0x4C >> direction) & tileh) != 0;
   108 	return ((0x4C >> direction) & tileh) != 0;
   109 }
   109 }
   110 
   110 
   111 
   111 
   112 Depot *GetDepotByTile(TileIndex tile);
   112 Depot *GetDepotByTile(TileIndex tile);
   113 void InitializeDepot(void);
   113 void InitializeDepots(void);
   114 Depot *AllocateDepot(void);
   114 Depot *AllocateDepot(void);
   115 void DoDeleteDepot(TileIndex tile);
   115 void DoDeleteDepot(TileIndex tile);
   116 
   116 
   117 #endif /* DEPOT_H */
   117 #endif /* DEPOT_H */