aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/mouth.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/mouth.h')
-rw-r--r--engines/titanic/carry/mouth.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/carry/mouth.h b/engines/titanic/carry/mouth.h
index e394330494..f5f0f53b45 100644
--- a/engines/titanic/carry/mouth.h
+++ b/engines/titanic/carry/mouth.h
@@ -28,6 +28,10 @@
namespace Titanic {
class CMouth : public CHeadPiece {
+ DECLARE_MESSAGE_MAP;
+ bool UseWithOtherMsg(CUseWithOtherMsg *msg);
+ bool MovieEndMsg(CMovieEndMsg *msg);
+ bool PETGainedObjectMsg(CPETGainedObjectMsg *msg);
public:
CLASSDEF;
CMouth();