aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/riven_stack.h')
-rw-r--r--engines/mohawk/riven_stack.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/mohawk/riven_stack.h b/engines/mohawk/riven_stack.h
index 2365859dad..0ef267e421 100644
--- a/engines/mohawk/riven_stack.h
+++ b/engines/mohawk/riven_stack.h
@@ -120,6 +120,9 @@ public:
/** Handle a mouse move event */
void onMouseMove(const Common::Point &mouse);
+ /** Frame update handler */
+ void onFrame();
+
/** Is the left mouse button currently pressed? */
bool mouseIsDown() const;