aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-13 22:45:32 -0400
committerPaul Gilbert2016-07-10 16:11:02 -0400
commit18a38c84e9ddeeb063621c290b8be6dce72daaf1 (patch)
tree22ee09d99c0a3634956a01782daf9a0828514e8c /engines/titanic/pet_control/pet_control.cpp
parentfdbb1868e4838248cc69302046c04700635beb55 (diff)
downloadscummvm-rg350-18a38c84e9ddeeb063621c290b8be6dce72daaf1.tar.gz
scummvm-rg350-18a38c84e9ddeeb063621c290b8be6dce72daaf1.tar.bz2
scummvm-rg350-18a38c84e9ddeeb063621c290b8be6dce72daaf1.zip
TITANIC: Implementing CCarry classes msg handlers
Diffstat (limited to 'engines/titanic/pet_control/pet_control.cpp')
-rw-r--r--engines/titanic/pet_control/pet_control.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_control.cpp b/engines/titanic/pet_control/pet_control.cpp
index 5bc3edc7a6..a5885502f0 100644
--- a/engines/titanic/pet_control/pet_control.cpp
+++ b/engines/titanic/pet_control/pet_control.cpp
@@ -350,4 +350,8 @@ void CPetControl::drawIndent(CScreenManager *screenManager, int indent) {
_frame.drawIndent(screenManager, indent);
}
+void CPetControl::displayMessage(const CString &msg) {
+ error("TODO: CPetControl::displayMessage");
+}
+
} // End of namespace Titanic