aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/sound.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2012-09-17 16:53:21 +1000
committerPaul Gilbert2012-09-17 16:53:21 +1000
commit0b610c45dff6b715f1f5e3e5161619dc57d19061 (patch)
treea07d5ba31a6a5ad3a15d35fc61bbd80137ad0226 /engines/hopkins/sound.cpp
parent809ab3e7b5f038aa02933535090e8e5c9258fe80 (diff)
downloadscummvm-rg350-0b610c45dff6b715f1f5e3e5161619dc57d19061.tar.gz
scummvm-rg350-0b610c45dff6b715f1f5e3e5161619dc57d19061.tar.bz2
scummvm-rg350-0b610c45dff6b715f1f5e3e5161619dc57d19061.zip
HOPKINS: Implemented rest of main method, with stubs for sub-method calls
Diffstat (limited to 'engines/hopkins/sound.cpp')
-rw-r--r--engines/hopkins/sound.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/hopkins/sound.cpp b/engines/hopkins/sound.cpp
index f38deb408b..219797b190 100644
--- a/engines/hopkins/sound.cpp
+++ b/engines/hopkins/sound.cpp
@@ -55,4 +55,8 @@ void SoundManager::VOICE_MIX(int a1, int a2) {
warning("TODO: VOICE_MIX");
}
+void SoundManager::DEL_SAMPLE(int soundNumber) {
+ warning("TODO: DEL_SAMPLE");
+}
+
} // End of namespace Hopkins