aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/sound.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-01-18 17:32:59 -0500
committerPaul Gilbert2014-01-18 17:32:59 -0500
commit3f50f14698193dc3f9c6904bc5d8f304d97a8b86 (patch)
tree75e878dc8d449aa1ea476a3130c117198ee69df9 /engines/voyeur/sound.cpp
parentf084539957e461cd74179008f81791fd29f0d311 (diff)
downloadscummvm-rg350-3f50f14698193dc3f9c6904bc5d8f304d97a8b86.tar.gz
scummvm-rg350-3f50f14698193dc3f9c6904bc5d8f304d97a8b86.tar.bz2
scummvm-rg350-3f50f14698193dc3f9c6904bc5d8f304d97a8b86.zip
VOYEUR: Implemented remainder of reviewTape and dependent methods
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