aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/events.h')
-rw-r--r--engines/mads/events.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/mads/events.h b/engines/mads/events.h
index 4705e6258f..01f48170d4 100644
--- a/engines/mads/events.h
+++ b/engines/mads/events.h
@@ -93,6 +93,16 @@ public:
void hideCursor();
/**
+ * Resets the cursor, if necessary
+ */
+ void resetCursor();
+
+ /**
+ * Free currently loaded cursors
+ */
+ void freeCursors();
+
+ /**
* Poll any pending events
*/
void pollEvents();