| OpenTTD
    | 
Base for all depots (except hangars) More...
Go to the source code of this file.
| Data Structures | |
| struct | Depot | 
| Macros | |
| #define | FOR_ALL_DEPOTS_FROM(var, start) FOR_ALL_ITEMS_FROM(Depot, depot_index, var, start) | 
| #define | FOR_ALL_DEPOTS(var) FOR_ALL_DEPOTS_FROM(var, 0) | 
| Typedefs | |
| typedef Pool< Depot, DepotID, 64, 64000 > | DepotPool | 
| Variables | |
| DepotPool | _depot_pool | 
| All our depots tucked away in a pool. | |
Base for all depots (except hangars)
Definition in file depot_base.h.
| DepotPool _depot_pool | 
All our depots tucked away in a pool.
 1.8.1.2
 1.8.1.2