src/depot_type.h
author rubidium
Fri, 25 Apr 2008 15:22:32 +0000
changeset 9055 4dc6a0c0ef47
parent 8768 4bcc90746175
permissions -rw-r--r--
(svn r12897) -Codechange: some coding style in station_cmd.cpp.
/* $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 */