depot.h
changeset 3147 fc76d566a68e
parent 2952 58522ed8f0f1
child 3179 8ef3e8028af5
equal deleted inserted replaced
3146:8d95593c5ff0 3147:fc76d566a68e
     4 #define DEPOT_H
     4 #define DEPOT_H
     5 
     5 
     6 /** @file depot.h Header files for depots (not hangars)
     6 /** @file depot.h Header files for depots (not hangars)
     7   * @see depot.c */
     7   * @see depot.c */
     8 
     8 
       
     9 #include "direction.h"
     9 #include "pool.h"
    10 #include "pool.h"
    10 #include "tile.h"
    11 #include "tile.h"
    11 #include "variables.h"
    12 #include "variables.h"
    12 
    13 
    13 struct Depot {
    14 struct Depot {