aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/crushed_tv.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/crushed_tv.h')
-rw-r--r--engines/titanic/carry/crushed_tv.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/titanic/carry/crushed_tv.h b/engines/titanic/carry/crushed_tv.h
index b2bfd7580e..3e7753499d 100644
--- a/engines/titanic/carry/crushed_tv.h
+++ b/engines/titanic/carry/crushed_tv.h
@@ -24,10 +24,16 @@
#define TITANIC_CRUSHED_TV_H
#include "titanic/carry/carry.h"
+#include "titanic/messages/messages.h"
+#include "titanic/messages/mouse_messages.h"
namespace Titanic {
class CCrushedTV : public CCarry {
+ DECLARE_MESSAGE_MAP
+ bool ActMsg(CActMsg *msg);
+ bool UseWithCharMsg(CUseWithCharMsg *msg);
+ bool MouseDragStartMsg(CMouseDragStartMsg *msg);
public:
CLASSDEF
CCrushedTV();