src/depot_type.h
author peter1138
Wed, 28 May 2008 17:29:27 +0000
changeset 9403 8cfca59c11f1
parent 8768 4bcc90746175
permissions -rw-r--r--
(svn r13314) -Codechange: Switch EngineList from std::vector to GUIList
/* $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 */