Files @ r12495:cee0dce48aaf
Branch filter:

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

rubidium
(svn r16942) -Codechange: document CanExpandRailStation and remove the 'magic' array of numbers for a named struct
/* $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 */