aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
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.h
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.h')
-rw-r--r--engines/titanic/pet_control/pet_control.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h
index e2b31bea4a..1beded2453 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -99,6 +99,12 @@ public:
* Called to clear the PET display
*/
void clear();
+
+ bool fn1(int val);
+
+ void fn2(int val);
+
+ void fn3(int val);
};
} // End of namespace Titanic