Files @ r10985:c2507f106432
Branch filter:

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

smatz
(svn r15324) -Codechange: unify the class used for comparing of strings for std::map
/* $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 */