From ecee539bfde463648d69e0330500ab5ad3cde080 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 8 Sep 2012 23:43:35 +1000 Subject: HOPKINS: Implement proper graphics initialisation code --- engines/hopkins/events.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/hopkins/events.h') 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 -- cgit v1.2.3