aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_text.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-19 13:23:30 -0400
committerPaul Gilbert2016-07-10 16:11:35 -0400
commit5e16f0b6b3da1e06bb3bc25c65f6e10536760291 (patch)
tree91bb27ddff6b5739ab9e459042f34866727d41f6 /engines/titanic/pet_control/pet_text.h
parentc74b975081b844f90c9d43230a31005934593ff4 (diff)
downloadscummvm-rg350-5e16f0b6b3da1e06bb3bc25c65f6e10536760291.tar.gz
scummvm-rg350-5e16f0b6b3da1e06bb3bc25c65f6e10536760291.tar.bz2
scummvm-rg350-5e16f0b6b3da1e06bb3bc25c65f6e10536760291.zip
TITANIC: Implement CPetQuit reset method
Diffstat (limited to 'engines/titanic/pet_control/pet_text.h')
-rw-r--r--engines/titanic/pet_control/pet_text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_text.h b/engines/titanic/pet_control/pet_text.h
index 2cd45c68c2..d43345cfe8 100644
--- a/engines/titanic/pet_control/pet_text.h
+++ b/engines/titanic/pet_control/pet_text.h
@@ -109,6 +109,8 @@ public:
* Set the text
*/
void setText(const CString &str);
+
+ void setColor(int val1, int val2);
};
} // End of namespace Titanic