src/depot_type.h
author Tero Marttila <terom@fixme.fi>
Fri, 19 Dec 2008 02:25:44 +0200
branchterom-mini
changeset 10442 7089fa402bfd
parent 8768 4bcc90746175
permissions -rw-r--r--
mini-branch
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 */