aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/glass.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/glass.h')
-rw-r--r--engines/titanic/carry/glass.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/titanic/carry/glass.h b/engines/titanic/carry/glass.h
index 9f4056b1be..85443840a1 100644
--- a/engines/titanic/carry/glass.h
+++ b/engines/titanic/carry/glass.h
@@ -28,6 +28,13 @@
namespace Titanic {
class CGlass : public CCarry {
+ DECLARE_MESSAGE_MAP;
+ bool UseWithOtherMsg(CUseWithOtherMsg *msg);
+ bool UseWithCharMsg(CUseWithCharMsg *msg);
+ bool ActMsg(CActMsg *msg);
+ bool MouseDragEndMsg(CMouseDragEndMsg *msg);
+ bool TurnOn(CTurnOn *msg);
+ bool TurnOff(CTurnOff *msg);
private:
CString _string6;
public: