src/depot_type.h
author rubidium
Sat, 02 Aug 2008 22:55:52 +0000
changeset 9818 bec6961fb6b6
parent 8768 4bcc90746175
permissions -rw-r--r--
(svn r13960) -Codechange [YAPP]: Reserve a path when exiting a depot into a PBS block. (michi_cc)
8768
4bcc90746175 (svn r12467) -Codechange: move DepotID to a more logical location.
rubidium
parents:
diff changeset
     1
/* $Id$ */
4bcc90746175 (svn r12467) -Codechange: move DepotID to a more logical location.
rubidium
parents:
diff changeset
     2
4bcc90746175 (svn r12467) -Codechange: move DepotID to a more logical location.
rubidium
parents:
diff changeset
     3
/** @file depot_type.h Header files for depots (not hangars) */
4bcc90746175 (svn r12467) -Codechange: move DepotID to a more logical location.
rubidium
parents:
diff changeset
     4
4bcc90746175 (svn r12467) -Codechange: move DepotID to a more logical location.
rubidium
parents:
diff changeset
     5
#ifndef DEPOT_TYPE_H
4bcc90746175 (svn r12467) -Codechange: move DepotID to a more logical location.
rubidium
parents:
diff changeset
     6
#define DEPOT_TYPE_H
4bcc90746175 (svn r12467) -Codechange: move DepotID to a more logical location.
rubidium
parents:
diff changeset
     7
4bcc90746175 (svn r12467) -Codechange: move DepotID to a more logical location.
rubidium
parents:
diff changeset
     8
typedef uint16 DepotID;
4bcc90746175 (svn r12467) -Codechange: move DepotID to a more logical location.
rubidium
parents:
diff changeset
     9
struct Depot;
4bcc90746175 (svn r12467) -Codechange: move DepotID to a more logical location.
rubidium
parents:
diff changeset
    10
4bcc90746175 (svn r12467) -Codechange: move DepotID to a more logical location.
rubidium
parents:
diff changeset
    11
#endif /* DEPOT_TYPE_H */