vehicle.h
changeset 1802 448f187042d3
parent 1796 cae31916ae54
child 1804 7810fc0aa941
--- a/vehicle.h	Sat May 14 06:48:14 2005 +0000
+++ b/vehicle.h	Sat May 14 12:36:16 2005 +0000
@@ -262,6 +262,7 @@
 void InitializeTrains(void);
 
 bool CanFillVehicle(Vehicle *v);
+bool CanRefitTo(const Vehicle *v, CargoID cid_to);
 
 void ViewportAddVehicles(DrawPixelInfo *dpi);