aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_text.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-29 19:34:36 -0400
committerPaul Gilbert2016-07-10 16:37:33 -0400
commitd6b84cd9e16ac584c5b57b1b94e1d071c30060ce (patch)
tree474b8e0fa9005d9a943ef75eced58fe1c802c6d5 /engines/titanic/pet_control/pet_text.h
parent6ec129d188a2b5b86dba6540b38a959bbf8b2491 (diff)
downloadscummvm-rg350-d6b84cd9e16ac584c5b57b1b94e1d071c30060ce.tar.gz
scummvm-rg350-d6b84cd9e16ac584c5b57b1b94e1d071c30060ce.tar.bz2
scummvm-rg350-d6b84cd9e16ac584c5b57b1b94e1d071c30060ce.zip
TITANIC: Added PET Conversations leave and Text Cursor hide
Diffstat (limited to 'engines/titanic/pet_control/pet_text.h')
-rw-r--r--engines/titanic/pet_control/pet_text.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_text.h b/engines/titanic/pet_control/pet_text.h
index 2b68b743c2..9b914dcbc1 100644
--- a/engines/titanic/pet_control/pet_text.h
+++ b/engines/titanic/pet_control/pet_text.h
@@ -236,6 +236,11 @@ public:
* and give it suitable defaults
*/
void showCursor(int mode);
+
+ /**
+ * Removes the cursor attached to the text
+ */
+ void hideCursor();
};
} // End of namespace Titanic