src/depot_type.h
author rubidium
Wed, 09 Apr 2008 16:16:04 +0000
changeset 8871 2fbfd7ec3a5d
parent 8768 4bcc90746175
permissions -rw-r--r--
(svn r12638) -Codechange: give order_gui.cpp a touch of coding style.
/* $Id$ */

/** @file depot_type.h Header files for depots (not hangars) */

#ifndef DEPOT_TYPE_H
#define DEPOT_TYPE_H

typedef uint16 DepotID;
struct Depot;

#endif /* DEPOT_TYPE_H */