src/economy_func.h
changeset 9122 bc3651767850
parent 8750 fdd6054e7bae
child 9265 3988d0156a49
--- a/src/economy_func.h	Thu Feb 21 16:05:33 2008 +0000
+++ b/src/economy_func.h	Thu Feb 21 19:09:10 2008 +0000
@@ -41,4 +41,6 @@
 void VehiclePayment(Vehicle *front_v);
 void LoadUnloadStation(Station *st);
 
+Money GetPriceByIndex(uint8 index);
+
 #endif /* ECONOMY_FUNC_H */