summaryrefslogtreecommitdiff
path: root/src/openttd.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-28 16:41:12 +0000
committerrubidium <rubidium@openttd.org>2008-03-28 16:41:12 +0000
commit1f870e2bc917047a561d0af60f4a9aaf9232a4b9 (patch)
tree445a46403ffa63ae3869992e725b970274c888bf /src/openttd.h
parent4a0e471b60504c81a31a4b27e9011a72f585e483 (diff)
downloadopenttd-1f870e2bc917047a561d0af60f4a9aaf9232a4b9.tar.xz
(svn r12474) -Codechange: split type related stuff from waypoints from waypoint.h (and openttd.h) to waypoint_type.h.
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 8466bc958..633f10939 100644
--- a/src/openttd.h
+++ b/src/openttd.h
@@ -9,13 +9,11 @@
#endif
// Forward declarations of structs.
-struct Waypoint;
typedef byte LandscapeID;
typedef uint16 EngineID;
typedef uint16 UnitID;
/* IDs used in Pools */
-typedef uint16 WaypointID;
typedef uint16 EngineRenewID;
enum GameModes {