aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/events.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-02-23 19:33:26 -0500
committerPaul Gilbert2014-02-23 19:33:26 -0500
commit8c9420a8349b0cdb93dcace36c2bd5f93e03476f (patch)
tree11e48162e9644e526ac31bc30072abecb32bd150 /engines/mads/events.h
parent1d80edb2dd092b7e91805f359f0e2a7d470ed7c4 (diff)
downloadscummvm-rg350-8c9420a8349b0cdb93dcace36c2bd5f93e03476f.tar.gz
scummvm-rg350-8c9420a8349b0cdb93dcace36c2bd5f93e03476f.tar.bz2
scummvm-rg350-8c9420a8349b0cdb93dcace36c2bd5f93e03476f.zip
MADS: Added game initialisation code
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();