aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/cursor.h')
-rw-r--r--engines/tinsel/cursor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/tinsel/cursor.h b/engines/tinsel/cursor.h
index bf1f0d064b..2648bca1ed 100644
--- a/engines/tinsel/cursor.h
+++ b/engines/tinsel/cursor.h
@@ -36,6 +36,7 @@ void SetCursorXY(int x, int y);
void SetCursorScreenXY(int newx, int newy);
void GetCursorXY(int *x, int *y, bool absolute);
bool GetCursorXYNoWait(int *x, int *y, bool absolute);
+bool isCursorShown();
void RestoreMainCursor(void);
void SetTempCursor(SCNHANDLE pScript);