summaryrefslogtreecommitdiff
path: root/src/tilehighlight_func.h
diff options
context:
space:
mode:
authorNiels Martin Hansen <nielsm@indvikleren.dk>2020-06-26 21:30:18 +0200
committerPatric Stout <github@truebrain.nl>2020-12-27 01:03:27 +0100
commit2d9fa81bd08425d64ab40ff377d9711aae39b6d5 (patch)
tree171d962535f495756ad669d62771afbdef95fabe /src/tilehighlight_func.h
parente0ee2d530aaa7bcf0bf80012f27024337d0ac4e7 (diff)
downloadopenttd-2d9fa81bd08425d64ab40ff377d9711aae39b6d5.tar.xz
Feature: Plant clumps of trees in editor by dragging on the landscape
Diffstat (limited to 'src/tilehighlight_func.h')
-rw-r--r--src/tilehighlight_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tilehighlight_func.h b/src/tilehighlight_func.h
index a6e8a3815..c980931d7 100644
--- a/src/tilehighlight_func.h
+++ b/src/tilehighlight_func.h
@@ -22,6 +22,7 @@ void SetObjectToPlace(CursorID icon, PaletteID pal, HighLightStyle mode, WindowC
void ResetObjectToPlace();
void VpSelectTilesWithMethod(int x, int y, ViewportPlaceMethod method);
+void VpStartDragging(ViewportDragDropSelectionProcess process);
void VpStartPlaceSizing(TileIndex tile, ViewportPlaceMethod method, ViewportDragDropSelectionProcess process);
void VpSetPresizeRange(TileIndex from, TileIndex to);
void VpSetPlaceSizingLimit(int limit);