src/order_base.h
changeset 8832 6d8cc04d39a4
parent 8784 c2e9d649a9ce
child 8834 136909dfc958
--- a/src/order_base.h	Sat Apr 05 12:30:48 2008 +0000
+++ b/src/order_base.h	Sat Apr 05 15:30:15 2008 +0000
@@ -9,6 +9,8 @@
 #include "oldpool.h"
 #include "core/bitmath_func.hpp"
 #include "cargo_type.h"
+#include "station_type.h"
+#include "vehicle_type.h"
 
 DECLARE_OLD_POOL(Order, Order, 6, 1000)
 
@@ -40,6 +42,8 @@
 
 	void Free();
 	void FreeChain();
+
+	bool ShouldStopAtStation(const Vehicle *v, StationID station) const;
 };
 
 static inline VehicleOrderID GetMaxOrderIndex()