summaryrefslogtreecommitdiff
path: root/src/tilehighlight_func.h
diff options
context:
space:
mode:
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);