aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/cursor_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/zvision/cursor_manager.h')
-rw-r--r--engines/zvision/cursor_manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/zvision/cursor_manager.h b/engines/zvision/cursor_manager.h
index 0173bf810c..ac79b259fa 100644
--- a/engines/zvision/cursor_manager.h
+++ b/engines/zvision/cursor_manager.h
@@ -81,6 +81,8 @@ public:
* @param pushed Should the cursor be pushed (true) or not pushed (false) (Another way to say it: down or up)
*/
void changeCursor(const Common::String &cursorName, bool pushed);
+
+ void changeCursor(int id, bool active, bool pushed);
/**
* Change the cursor to a certain push state. If the cursor is already in the specified push state, nothing will happen.
*