aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/messages/door_auto_sound_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/messages/door_auto_sound_event.h')
-rw-r--r--engines/titanic/messages/door_auto_sound_event.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/messages/door_auto_sound_event.h b/engines/titanic/messages/door_auto_sound_event.h
index e6ea1b0f98..8b064a7221 100644
--- a/engines/titanic/messages/door_auto_sound_event.h
+++ b/engines/titanic/messages/door_auto_sound_event.h
@@ -28,6 +28,10 @@
namespace Titanic {
class CDoorAutoSoundEvent : public CAutoSoundEvent {
+ DECLARE_MESSAGE_MAP;
+ bool PreEnterNodeMsg(CPreEnterNodeMsg *msg);
+ bool LeaveNodeMsg(CLeaveNodeMsg *msg);
+ bool TimerMsg(CTimerMsg *msg);
public:
CString _string1;
CString _string2;