aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/sound.cpp
diff options
context:
space:
mode:
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