depot.h
changeset 2153 91e89aa8c299
parent 2085 ae9e92ffe168
child 2186 461a2aff3486
equal deleted inserted replaced
2152:16c332a30250 2153:91e89aa8c299
     4 /** @file depot.h Header files for depots (not hangars)
     4 /** @file depot.h Header files for depots (not hangars)
     5   * @see depot.c */
     5   * @see depot.c */
     6 
     6 
     7 #include "pool.h"
     7 #include "pool.h"
     8 #include "tile.h"
     8 #include "tile.h"
       
     9 #include "variables.h"
     9 
    10 
    10 struct Depot {
    11 struct Depot {
    11 	TileIndex xy;
    12 	TileIndex xy;
    12 	uint16 town_index;
    13 	uint16 town_index;
    13 	uint16 index;
    14 	uint16 index;