diff options
Diffstat (limited to 'engines/titanic/mouse_cursor.h')
-rw-r--r-- | engines/titanic/mouse_cursor.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/mouse_cursor.h b/engines/titanic/mouse_cursor.h index ecbee8569c..c6df65d096 100644 --- a/engines/titanic/mouse_cursor.h +++ b/engines/titanic/mouse_cursor.h @@ -32,6 +32,11 @@ public: void show(); void hide(); void setCursorId(int id); + + /** + * Updates the mouse cursor + */ + void update(); }; |