summaryrefslogtreecommitdiff
path: root/src/tilehighlight_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-08 13:29:35 +0000
committerrubidium <rubidium@openttd.org>2008-05-08 13:29:35 +0000
commitcd3dda5c0c38065f1431a4c74445318813f3703e (patch)
tree3fefe2a159f75c187fcc4b7994a33266be72343e /src/tilehighlight_func.h
parentcabd771fc0b99d42aaa7e172172ad39211933461 (diff)
downloadopenttd-cd3dda5c0c38065f1431a4c74445318813f3703e.tar.xz
(svn r13010) -Codechange: move the tree building GUI out of misc_gui.cpp.
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 3789134b1..3b49c2393 100644
--- a/src/tilehighlight_func.h
+++ b/src/tilehighlight_func.h
@@ -19,6 +19,7 @@ bool GUIPlaceProcDragXY(const WindowEvent *e);
bool HandlePlacePushButton(Window *w, int widget, CursorID cursor, ViewportHighlightMode mode, PlaceProc *placeproc);
void SetObjectToPlaceWnd(CursorID icon, SpriteID pal, ViewportHighlightMode mode, Window *w);
void SetObjectToPlace(CursorID icon, SpriteID pal, ViewportHighlightMode mode, WindowClass window_class, WindowNumber window_num);
+void ResetObjectToPlace();
void VpSelectTilesWithMethod(int x, int y, ViewportPlaceMethod method);
void VpStartPlaceSizing(TileIndex tile, ViewportPlaceMethod method, ViewportDragDropSelectionProcess process);