src/depot_type.h
author rubidium
Mon, 14 Jul 2008 20:18:06 +0000
changeset 11144 7eff560780d2
parent 9264 31f5792aa96b
permissions -rw-r--r--
(svn r13702) -Fix: do not overflow the order/timetable window when 'long' orders are displayed.
/* $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 */