aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-24 22:40:07 -0400
committerPaul Gilbert2016-03-24 22:40:07 -0400
commit0b37ac18693c7f51212f250b8a9990071a1dda2b (patch)
treeb064d4a5e45d9efd08755425868d31630c2a7e5e /engines/titanic/pet_control/pet_control.h
parent02b46202bec88eb21b322fb9480de9eb8965dd01 (diff)
downloadscummvm-rg350-0b37ac18693c7f51212f250b8a9990071a1dda2b.tar.gz
scummvm-rg350-0b37ac18693c7f51212f250b8a9990071a1dda2b.tar.bz2
scummvm-rg350-0b37ac18693c7f51212f250b8a9990071a1dda2b.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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h
index 1beded2453..b0762736fb 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -105,6 +105,8 @@ public:
void fn2(int val);
void fn3(int val);
+
+ void fn4();
};
} // End of namespace Titanic