depot.h
changeset 5081 fe3a6da19d9f
parent 4973 c671d5dd04bb
child 5216 8bd14ee39af2
equal deleted inserted replaced
5080:2f268952e410 5081:fe3a6da19d9f
    15 	TileIndex xy;
    15 	TileIndex xy;
    16 	TownID town_index;
    16 	TownID town_index;
    17 	DepotID index;
    17 	DepotID index;
    18 };
    18 };
    19 
    19 
    20 DECLARE_POOL(Depot, Depot, 3, 8000);
    20 DECLARE_POOL(Depot, Depot, 3, 8000)
    21 
    21 
    22 /**
    22 /**
    23  * Check if a depot really exists.
    23  * Check if a depot really exists.
    24  */
    24  */
    25 static inline bool IsValidDepot(const Depot *depot)
    25 static inline bool IsValidDepot(const Depot *depot)