Files @ r11988:e64e5cd582c2
Branch filter:

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

frosch
(svn r16399) -Fix (r4540): Don't treat pointer values as integer.
/* $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 */