aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/sound.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-10-05 08:09:09 +1000
committerPaul Gilbert2012-10-05 08:09:09 +1000
commit86bf409540a6a7767bd57f51c134bf1ff21ae1ab (patch)
tree6b9cc4716446be00e363fb6feeccb2c6654ad28b /engines/hopkins/sound.h
parent52166834d5e84c6a20e1782489d6ae0623ae5aaa (diff)
downloadscummvm-rg350-86bf409540a6a7767bd57f51c134bf1ff21ae1ab.tar.gz
scummvm-rg350-86bf409540a6a7767bd57f51c134bf1ff21ae1ab.tar.bz2
scummvm-rg350-86bf409540a6a7767bd57f51c134bf1ff21ae1ab.zip
HOPKINS: Implemented sequence player
Diffstat (limited to 'engines/hopkins/sound.h')
-rw-r--r--engines/hopkins/sound.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/hopkins/sound.h b/engines/hopkins/sound.h
index d962233f73..ea7151f564 100644
--- a/engines/hopkins/sound.h
+++ b/engines/hopkins/sound.h
@@ -64,8 +64,6 @@ public:
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);
};