aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/voyeur/sound.cpp')
-rw-r--r--engines/voyeur/sound.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/voyeur/sound.cpp b/engines/voyeur/sound.cpp
index bf6374fce3..73051211e0 100644
--- a/engines/voyeur/sound.cpp
+++ b/engines/voyeur/sound.cpp
@@ -83,4 +83,8 @@ int SoundManager::getVOCStatus() {
return _mixer->isSoundHandleActive(_soundHandle);
}
+uint32 SoundManager::getVOCFrame() {
+ error("TODO: getVOCFrame");
+}
+
} // End of namespace Voyeur