Files @ r12049:6dfa565d40e0
Branch filter:

Location: cpp/openttd-patchpack/source/src/depot_type.h

rubidium
(svn r16461) -Fix [FS#2929]: add some valid orders so the trains leave the depot again...
/* $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 */