aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/gui.h')
-rw-r--r--engines/macventure/gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/macventure/gui.h b/engines/macventure/gui.h
index 2c4ef3fd2a..65f2ec5fdb 100644
--- a/engines/macventure/gui.h
+++ b/engines/macventure/gui.h
@@ -306,6 +306,8 @@ private: // Methods
void drawObjectsInWindow(WindowReference target, Graphics::ManagedSurface *surface);
void drawWindowTitle(WindowReference target, Graphics::ManagedSurface *surface);
+ void moveDraggedObject(Common::Point target);
+
// Finders
WindowReference findWindowAtPoint(Common::Point point);
Common::Point getWindowSurfacePos(WindowReference reference);