aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/sound.h
diff options
context:
space:
mode:
authorBorja Lorente2016-08-01 12:53:31 +0200
committerBorja Lorente2016-08-14 19:00:36 +0200
commit2ff5dad423efd34085876dd8acb6b68046751aed (patch)
tree982f9ecdc481e8c0d9d6f313869775fc7e67c953 /engines/macventure/sound.h
parentb64622744f480b04dab9603fe0c09fb76e8e25b3 (diff)
downloadscummvm-rg350-2ff5dad423efd34085876dd8acb6b68046751aed.tar.gz
scummvm-rg350-2ff5dad423efd34085876dd8acb6b68046751aed.tar.bz2
scummvm-rg350-2ff5dad423efd34085876dd8acb6b68046751aed.zip
MACVENTURE: Add decoding for 0x10 and 0x7e sounds
Diffstat (limited to 'engines/macventure/sound.h')
-rw-r--r--engines/macventure/sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/macventure/sound.h b/engines/macventure/sound.h
index 3c7a68fc2b..d3fb1360a3 100644
--- a/engines/macventure/sound.h
+++ b/engines/macventure/sound.h
@@ -53,6 +53,7 @@ public:
private:
void decode10(Common::SeekableReadStream *stream);
+ void decode7e(Common::SeekableReadStream *stream);
private: