aboutsummaryrefslogtreecommitdiff
path: root/scumm/bundle.h
diff options
context:
space:
mode:
authorJames Brown2002-12-27 12:10:22 +0000
committerJames Brown2002-12-27 12:10:22 +0000
commit540667567e76298ab52467a03bc5e821ce2fb33f (patch)
tree67757bc64ce7de4a9b11b379c95d67fac2e63f19 /scumm/bundle.h
parentc21bd9015aa51792f531922a0ab8c839f99e8594 (diff)
downloadscummvm-rg350-540667567e76298ab52467a03bc5e821ce2fb33f.tar.gz
scummvm-rg350-540667567e76298ab52467a03bc5e821ce2fb33f.tar.bz2
scummvm-rg350-540667567e76298ab52467a03bc5e821ce2fb33f.zip
Voice sample support, again missing a required codec
svn-id: r6195
Diffstat (limited to 'scumm/bundle.h')
-rw-r--r--scumm/bundle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/bundle.h b/scumm/bundle.h
index 74984fc883..4b5e2c160a 100644
--- a/scumm/bundle.h
+++ b/scumm/bundle.h
@@ -58,7 +58,7 @@ public:
bool openVoiceFile(const char *filename, const char *directory);
bool openMusicFile(const char *filename, const char *directory);
- int32 decompressVoiceSampleByName(char *name, byte *comp_final);
+ int32 decompressVoiceSampleByName(char *name, byte *comp_final, bool use_extended=false);
int32 decompressVoiceSampleByIndex(int32 index, byte *comp_final);
int32 decompressMusicSampleByName(char *name, int32 number, byte *comp_final, bool fuzzy=false);
int32 decompressMusicSampleByIndex(int32 index, int32 number, byte *comp_final);