src/depot_type.h
changeset 8768 4bcc90746175
equal deleted inserted replaced
8767:5b36ebf55150 8768:4bcc90746175
       
     1 /* $Id$ */
       
     2 
       
     3 /** @file depot_type.h Header files for depots (not hangars) */
       
     4 
       
     5 #ifndef DEPOT_TYPE_H
       
     6 #define DEPOT_TYPE_H
       
     7 
       
     8 typedef uint16 DepotID;
       
     9 struct Depot;
       
    10 
       
    11 #endif /* DEPOT_TYPE_H */