aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/background_sound_maker.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/background_sound_maker.h')
-rw-r--r--engines/titanic/sound/background_sound_maker.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/sound/background_sound_maker.h b/engines/titanic/sound/background_sound_maker.h
index 022d8f4741..94f3b792dc 100644
--- a/engines/titanic/sound/background_sound_maker.h
+++ b/engines/titanic/sound/background_sound_maker.h
@@ -28,6 +28,8 @@
namespace Titanic {
class CBackgroundSoundMaker : public CGameObject {
+ DECLARE_MESSAGE_MAP;
+ bool FrameMsg(CFrameMsg *msg);
public:
int _value;
public: