From 8fa33e7714fca1aeb80834ee5d97bcfdf8a3efb1 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 30 Sep 2012 21:02:39 +1000 Subject: HOPKINS: Implemented more object manager methods --- engines/hopkins/sound.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engines/hopkins/sound.h') diff --git a/engines/hopkins/sound.h b/engines/hopkins/sound.h index 26bfaa53e1..d962233f73 100644 --- a/engines/hopkins/sound.h +++ b/engines/hopkins/sound.h @@ -45,20 +45,28 @@ public: bool MUSICOFF; bool VOICEOFF; bool TEXTOFF; + bool SOUND_FLAG; public: void setParent(HopkinsEngine *vm); void WSOUND_INIT(); void VERIF_SOUND(); void LOAD_ANM_SOUND(); + void LOAD_WAV(const Common::String &file, int a2); void PLAY_ANM_SOUND(int soundNumber); void WSOUND(int soundNumber); bool VOICE_MIX(int a1, int a2); void DEL_SAMPLE(int soundNumber); void PLAY_SOUND(const Common::String &file); + void PLAY_SOUND2(const Common::String &file2); void MODSetSampleVolume(); void MODSetVoiceVolume(); void MODSetMusicVolume(int volume); + void CHARGE_SAMPLE(int a1, const Common::String &file); + void PLAY_SAMPLE2(int idx); + void PLAY_SEQ(int a1, const Common::String &a2, int a3, int a4, int a5); + void PLAY_SEQ2(const Common::String &a1, int a2, int a3, int a4); + void PLAY_WAV(int a1); }; } // End of namespace Hopkins -- cgit v1.2.3