summaryrefslogtreecommitdiff
path: root/src/openttd.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-28 16:36:32 +0000
committerrubidium <rubidium@openttd.org>2008-03-28 16:36:32 +0000
commit4c63dd074e84cff5ef94cc8e03a841f676b25e92 (patch)
treebd57ff8435e6d037478ae0f621756c0cb3194a8b /src/openttd.h
parent878489e38dc875e644c5de25f690c4aa64aa2d19 (diff)
downloadopenttd-4c63dd074e84cff5ef94cc8e03a841f676b25e92.tar.xz
(svn r12470) -Codechange: split order related types from order.h (and openttd.h) to order_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 53be15a00..e19dd22d6 100644
--- a/src/openttd.h
+++ b/src/openttd.h
@@ -12,7 +12,6 @@
struct Waypoint;
struct ViewPort;
struct DrawPixelInfo;
-typedef byte VehicleOrderID; ///< The index of an order within its current vehicle (not pool related)
typedef byte LandscapeID;
typedef uint16 EngineID;
typedef uint16 UnitID;
@@ -21,7 +20,6 @@ typedef EngineID *EngineList; ///< engine list type placeholder acceptable for C
/* IDs used in Pools */
typedef uint16 WaypointID;
-typedef uint16 OrderID;
typedef uint16 SignID;
typedef uint16 EngineRenewID;