src/vehicle_base.h
changeset 8628 2e7e4cdfe96f
parent 8614 4c67a883c4c4
child 8666 e3ee55ec96bb
--- a/src/vehicle_base.h	Sat Feb 23 11:42:41 2008 +0000
+++ b/src/vehicle_base.h	Sat Feb 23 22:01:55 2008 +0000
@@ -481,6 +481,8 @@
 	 * @return true if there are other vehicles sharing the same order
 	 */
 	inline bool IsOrderListShared() const { return this->next_shared != NULL || this->prev_shared != NULL; };
+
+	bool NeedsAutorenewing(const Player *p) const;
 };
 
 /**