Files @ r9515:30fe0a2a833b
Branch filter:

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

peter1138
(svn r13507) -Fix (r12856): first engine change should've been moved too
/* $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 */