summaryrefslogtreecommitdiff
path: root/src/economy_func.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2008-02-21 19:09:10 +0000
committerpeter1138 <peter1138@openttd.org>2008-02-21 19:09:10 +0000
commitdda6cab17a451da637b15ecdbfd6f8f64be9ab77 (patch)
treeea01512db1a1157040bbc860c2b76afcf0fe4eee /src/economy_func.h
parentc0544563a608dcb2275c344a131bc0669694c550 (diff)
downloadopenttd-dda6cab17a451da637b15ecdbfd6f8f64be9ab77.tar.xz
(svn r12209) -Fix: [NewGRF] Support using any base price for rail and road vehicles' running cost, and show running cost of wagons if they have it.
Diffstat (limited to 'src/economy_func.h')
-rw-r--r--src/economy_func.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/economy_func.h b/src/economy_func.h
index 0f7a532b9..0344ac6da 100644
--- a/src/economy_func.h
+++ b/src/economy_func.h
@@ -41,4 +41,6 @@ uint MoveGoodsToStation(TileIndex tile, int w, int h, CargoID type, uint amount)
void VehiclePayment(Vehicle *front_v);
void LoadUnloadStation(Station *st);
+Money GetPriceByIndex(uint8 index);
+
#endif /* ECONOMY_FUNC_H */