Files @ r12661:2deac14d6a7d
Branch filter:

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

alberth
(svn r17126) -Fix [FS#3096]: Initialize graph data from the constructor of the derived class.
/* $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 */