aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/background_sound_maker.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-08 21:21:18 -0400
committerPaul Gilbert2016-08-08 21:21:18 -0400
commit0b952c3ceded860f2051c77fefb17593dfb5ff05 (patch)
tree6a195da3ec3749b99ab2cd5f6f94698506afa574 /engines/titanic/sound/background_sound_maker.h
parent8f8cf6eadc842f97d131437c86e17d1305c9ef56 (diff)
downloadscummvm-rg350-0b952c3ceded860f2051c77fefb17593dfb5ff05.tar.gz
scummvm-rg350-0b952c3ceded860f2051c77fefb17593dfb5ff05.tar.bz2
scummvm-rg350-0b952c3ceded860f2051c77fefb17593dfb5ff05.zip
TITANIC: Implemented CAutoSoundPlayerADSR & CBackgroundSoundMaker
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: