summaryrefslogtreecommitdiff
path: root/src/order_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/order_type.h')
-rw-r--r--src/order_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/order_type.h b/src/order_type.h
index 3ffbdb6f1..55653b825 100644
--- a/src/order_type.h
+++ b/src/order_type.h
@@ -9,6 +9,7 @@
typedef byte VehicleOrderID; ///< The index of an order within its current vehicle (not pool related)
typedef uint16 OrderID;
+typedef uint16 OrderListID;
typedef uint16 DestinationID;
enum {
@@ -149,5 +150,6 @@ enum {
};
struct Order;
+struct OrderList;
#endif /* ORDER_TYPE_H */