src/aircraft.h
branchNewGRF_ports
changeset 10200 aba3af04cdbd
parent 10184 fcf5fb2548eb
child 10305 e90761e37744
--- a/src/aircraft.h	Tue Apr 15 19:47:58 2008 +0000
+++ b/src/aircraft.h	Wed Apr 16 00:07:47 2008 +0000
@@ -129,6 +129,7 @@
 	void Tick();
 	void OnNewDay();
 	TileIndex GetOrderStationLocation(StationID station);
+	bool FindClosestDepot(TileIndex *location, DestinationID *destination, bool *reverse);
 };
 
 #endif /* AIRCRAFT_H */