summaryrefslogtreecommitdiff
path: root/src/openttd.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-28 16:32:27 +0000
committerrubidium <rubidium@openttd.org>2008-03-28 16:32:27 +0000
commit7f139373aa2f884ba6d74fd7a07030df4b29db62 (patch)
treeed475a8e0c2e0d66570aa6756d880db92f3884d4 /src/openttd.h
parent450d234745250712b90a8ce91a8fb43673cb9204 (diff)
downloadopenttd-7f139373aa2f884ba6d74fd7a07030df4b29db62.tar.xz
(svn r12467) -Codechange: move DepotID to a more logical location.
Diffstat (limited to 'src/openttd.h')
-rw-r--r--src/openttd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/openttd.h b/src/openttd.h
index 196851234..8530d6dd3 100644
--- a/src/openttd.h
+++ b/src/openttd.h
@@ -9,7 +9,6 @@
#endif
// Forward declarations of structs.
-struct Depot;
struct Waypoint;
struct Station;
struct ViewPort;
@@ -26,7 +25,6 @@ typedef EngineID *EngineList; ///< engine list type placeholder acceptable for C
typedef uint16 StationID;
static const StationID INVALID_STATION = 0xFFFF;
typedef uint16 RoadStopID;
-typedef uint16 DepotID;
typedef uint16 WaypointID;
typedef uint16 OrderID;
typedef uint16 SignID;