src/tilehighlight_func.h
changeset 10616 ef4c5cd1b2b1
parent 10468 baf373c51679
--- a/src/tilehighlight_func.h	Sun May 18 12:25:46 2008 +0000
+++ b/src/tilehighlight_func.h	Sun May 18 12:40:38 2008 +0000
@@ -12,7 +12,7 @@
 
 typedef void PlaceProc(TileIndex tile);
 void PlaceProc_DemolishArea(TileIndex tile);
-bool GUIPlaceProcDragXY(const WindowEvent *e);
+bool GUIPlaceProcDragXY(ViewportDragDropSelectionProcess proc, TileIndex start_tile, TileIndex end_tile);
 
 bool HandlePlacePushButton(Window *w, int widget, CursorID cursor, ViewportHighlightMode mode, PlaceProc *placeproc);
 void SetObjectToPlaceWnd(CursorID icon, SpriteID pal, ViewportHighlightMode mode, Window *w);