summaryrefslogtreecommitdiff
path: root/src/openttd.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-28 16:33:28 +0000
committerrubidium <rubidium@openttd.org>2008-03-28 16:33:28 +0000
commit58e6e75320a3d6ca864625f6dbd2cbb961997edc (patch)
tree6a69ab984eec34d7e487f770b0ea7d0339c51682 /src/openttd.h
parent7f139373aa2f884ba6d74fd7a07030df4b29db62 (diff)
downloadopenttd-58e6e75320a3d6ca864625f6dbd2cbb961997edc.tar.xz
(svn r12468) -Codechange: move some type related stuff from station.h (and openttd.h) to station_type.h.
Diffstat (limited to 'src/openttd.h')
-rw-r--r--src/openttd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/openttd.h b/src/openttd.h
index 8530d6dd3..1459f5a61 100644
--- a/src/openttd.h
+++ b/src/openttd.h
@@ -10,7 +10,6 @@
// Forward declarations of structs.
struct Waypoint;
-struct Station;
struct ViewPort;
struct DrawPixelInfo;
struct Group;
@@ -22,9 +21,6 @@ typedef uint16 UnitID;
typedef EngineID *EngineList; ///< engine list type placeholder acceptable for C code (see helpers.cpp)
/* IDs used in Pools */
-typedef uint16 StationID;
-static const StationID INVALID_STATION = 0xFFFF;
-typedef uint16 RoadStopID;
typedef uint16 WaypointID;
typedef uint16 OrderID;
typedef uint16 SignID;