aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_text.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-29 08:06:04 -0400
committerPaul Gilbert2016-07-10 16:22:41 -0400
commit6fa57389a2711a83103ebde63779743f7ac2b96d (patch)
tree9dc077d72760c2e6ee02dd68e9988ee20d3e3eb2 /engines/titanic/pet_control/pet_text.h
parentb117bae55a52efdfd0e7593e4e3038d22101d8bc (diff)
downloadscummvm-rg350-6fa57389a2711a83103ebde63779743f7ac2b96d.tar.gz
scummvm-rg350-6fa57389a2711a83103ebde63779743f7ac2b96d.tar.bz2
scummvm-rg350-6fa57389a2711a83103ebde63779743f7ac2b96d.zip
TITANIC: Finished PET Conversations input line processing
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 00eab10146..a3d136a2d4 100644
--- a/engines/titanic/pet_control/pet_text.h
+++ b/engines/titanic/pet_control/pet_text.h
@@ -207,6 +207,11 @@ public:
/**
* Add a line to the text
*/
+ void addLine(const CString &str);
+
+ /**
+ * Add a line to the text
+ */
void addLine(const CString &str, uint color);
/**