diff options
Diffstat (limited to 'engines/titanic/pet_control/pet_text.cpp')
-rw-r--r-- | engines/titanic/pet_control/pet_text.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_text.cpp b/engines/titanic/pet_control/pet_text.cpp index ed297a8c69..cda637a4ba 100644 --- a/engines/titanic/pet_control/pet_text.cpp +++ b/engines/titanic/pet_control/pet_text.cpp @@ -164,4 +164,8 @@ void CPetText::changeText(const CString &str) { warning("TODO: CPetText::changeText"); } +void CPetText::setColor(int val1, int val2) { + warning("CPetText::setColor"); +} + } // End of namespace Titanic |