aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-24 22:09:49 -0400
committerPaul Gilbert2016-03-24 22:09:49 -0400
commit02b46202bec88eb21b322fb9480de9eb8965dd01 (patch)
treebea7cd9ed24fedd7eda3ada5f3a06f4fa9652ed0 /engines/titanic/pet_control/pet_control.cpp
parentf0a6cf38cff8e79a579454af5bf22d264de3d7f7 (diff)
downloadscummvm-rg350-02b46202bec88eb21b322fb9480de9eb8965dd01.tar.gz
scummvm-rg350-02b46202bec88eb21b322fb9480de9eb8965dd01.tar.bz2
scummvm-rg350-02b46202bec88eb21b322fb9480de9eb8965dd01.zip
TITANIC: Implementing more CTelevision message handlers
Diffstat (limited to 'engines/titanic/pet_control/pet_control.cpp')
-rw-r--r--engines/titanic/pet_control/pet_control.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_control.cpp b/engines/titanic/pet_control/pet_control.cpp
index 097c72d586..920e6b24d9 100644
--- a/engines/titanic/pet_control/pet_control.cpp
+++ b/engines/titanic/pet_control/pet_control.cpp
@@ -102,4 +102,17 @@ void CPetControl::clear() {
_string2.clear();
}
+bool CPetControl::fn1(int val) {
+ warning("TODO: CPetControl::fn1");
+ return false;
+}
+
+void CPetControl::fn2(int val) {
+ warning("TODO: CPetControl::fn2");
+}
+
+void CPetControl::fn3(int val) {
+ warning("TODO: CPetControl::fn3");
+}
+
} // End of namespace Titanic