aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/sound.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2013-12-14 17:38:14 +0200
committerEugene Sandulenko2013-12-14 17:39:10 +0200
commit84bf5238cd69ee6cf2fee11431d7c48b8aba906a (patch)
tree63cf7b615b104c1d71da3f4daef5780bdaab7897 /engines/fullpipe/sound.cpp
parentec16611f69b9075cbe83f4126a062eb12c2656a4 (diff)
downloadscummvm-rg350-84bf5238cd69ee6cf2fee11431d7c48b8aba906a.tar.gz
scummvm-rg350-84bf5238cd69ee6cf2fee11431d7c48b8aba906a.tar.bz2
scummvm-rg350-84bf5238cd69ee6cf2fee11431d7c48b8aba906a.zip
FULLPIPE: Started scene05 code
Diffstat (limited to 'engines/fullpipe/sound.cpp')
-rw-r--r--engines/fullpipe/sound.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/fullpipe/sound.cpp b/engines/fullpipe/sound.cpp
index 147d6218c6..36f6030935 100644
--- a/engines/fullpipe/sound.cpp
+++ b/engines/fullpipe/sound.cpp
@@ -143,5 +143,8 @@ void FullpipeEngine::stopAllSoundStreams() {
warning("STUB: FullpipeEngine::stopAllSoundStreams()");
}
+void FullpipeEngine::stopAllSoundInstances(int id) {
+ warning("STUB: FullpipeEngine::stopAllSoundInstances(%d)", id);
+}
} // End of namespace Fullpipe