src/economy_func.h
branchnoai
changeset 9732 f8eb3e208514
parent 9724 b39bc69bb2f2
child 9837 c9ec4f82e0d0
--- a/src/economy_func.h	Thu Feb 21 22:34:54 2008 +0000
+++ b/src/economy_func.h	Fri Feb 22 00:25:54 2008 +0000
@@ -41,4 +41,6 @@
 void VehiclePayment(Vehicle *front_v);
 void LoadUnloadStation(Station *st);
 
+Money GetPriceByIndex(uint8 index);
+
 #endif /* ECONOMY_FUNC_H */