aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/events.h')
-rw-r--r--engines/hopkins/events.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/hopkins/events.h b/engines/hopkins/events.h
index c6fb6a3eab..3293d10b7a 100644
--- a/engines/hopkins/events.h
+++ b/engines/hopkins/events.h
@@ -46,6 +46,9 @@ public:
void souris_on();
void souris_xy(int xp, int yp);
void souris_max();
+
+ void hideCursor();
+ void showCursor();
};
} // End of namespace Hopkins