aboutsummaryrefslogtreecommitdiff
path: root/simon/cursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/cursor.cpp')
-rw-r--r--simon/cursor.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/simon/cursor.cpp b/simon/cursor.cpp
index 4f8cb75b7d..3d9a9cbc52 100644
--- a/simon/cursor.cpp
+++ b/simon/cursor.cpp
@@ -229,3 +229,16 @@ void SimonEngine::draw_mouse_pointer() {
}
} // End of namespace Simon
+
+#ifdef __PALM_OS__
+#include "scumm_globals.h"
+
+_GINIT(Simon_Cursor)
+_GSETPTR(Simon::_simon1_cursor, GBVARS_SIMON1CURSOR_INDEX, byte, GBVARS_SIMON)
+_GEND
+
+_GRELEASE(Simon_Cursor)
+_GRELEASEPTR(GBVARS_SIMON1CURSOR_INDEX, GBVARS_SIMON)
+_GEND
+
+#endif