summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-06-15 16:58:15 +0000
committercelestar <celestar@openttd.org>2005-06-15 16:58:15 +0000
commit9b8cb17831751c2c8a6410b2e4e917eb0916515b (patch)
tree2eb137bb1707e901e92c6b76b07fab582068ccbc /functions.h
parent85fae22fa8b2e35099fcd699409b4b3606d99835 (diff)
downloadopenttd-9b8cb17831751c2c8a6410b2e4e917eb0916515b.tar.xz
(svn r2441) -Feature: You can now give transfer order to set up feeder systems
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.h b/functions.h
index ab4fcec75..c7ba1a9c6 100644
--- a/functions.h
+++ b/functions.h
@@ -193,6 +193,7 @@ bool EnsureNoVehicle(TileIndex tile);
bool EnsureNoVehicleZ(TileIndex tile, byte z);
void MarkAllViewportsDirty(int left, int top, int right, int bottom);
void ShowCostOrIncomeAnimation(int x, int y, int z, int32 cost);
+void ShowFeederIncomeAnimation(int x, int y, int z, int32 cost);
void DrawFoundation(TileInfo *ti, uint f);