summaryrefslogtreecommitdiff
path: root/src/tilehighlight_func.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-01-13 17:28:11 +0000
committerfrosch <frosch@openttd.org>2009-01-13 17:28:11 +0000
commit4780c732241b78be16df0cd493c79931c97344aa (patch)
tree009a3f4774db0f9f731df2883270fc763bd1493c /src/tilehighlight_func.h
parente41655d67c2b1b6eb0f42466ed6723e7e1c32fd1 (diff)
downloadopenttd-4780c732241b78be16df0cd493c79931c97344aa.tar.xz
(svn r15065) -Change (r14919): Allow to select a new station location by ctrl-clicking while distant-join window is open. (PhilSophus)
Diffstat (limited to 'src/tilehighlight_func.h')
-rw-r--r--src/tilehighlight_func.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tilehighlight_func.h b/src/tilehighlight_func.h
index 4a0f5bb0e..af57bcb29 100644
--- a/src/tilehighlight_func.h
+++ b/src/tilehighlight_func.h
@@ -24,6 +24,8 @@ void VpStartPlaceSizing(TileIndex tile, ViewportPlaceMethod method, ViewportDrag
void VpSetPresizeRange(TileIndex from, TileIndex to);
void VpSetPlaceSizingLimit(int limit);
+void UpdateTileSelection();
+
extern PlaceProc *_place_proc;
extern TileHighlightData _thd;