aboutsummaryrefslogtreecommitdiff
path: root/scumm/bundle.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-09-15 19:28:34 +0000
committerPaweł Kołodziejski2002-09-15 19:28:34 +0000
commitf7ff5c67fada77c23dd870f4da4ef7dae3b47e94 (patch)
tree2d2311161f22a9f9694ca1ac2a0cef6739a9d19f /scumm/bundle.h
parent37d7a52c47e59f7c348154c88d5a2410c0e84aab (diff)
downloadscummvm-rg350-f7ff5c67fada77c23dd870f4da4ef7dae3b47e94.tar.gz
scummvm-rg350-f7ff5c67fada77c23dd870f4da4ef7dae3b47e94.tar.bz2
scummvm-rg350-f7ff5c67fada77c23dd870f4da4ef7dae3b47e94.zip
improved open function in File class
svn-id: r4945
Diffstat (limited to 'scumm/bundle.h')
-rw-r--r--scumm/bundle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/bundle.h b/scumm/bundle.h
index ac1656678d..7d2e1744e2 100644
--- a/scumm/bundle.h
+++ b/scumm/bundle.h
@@ -56,8 +56,8 @@ public:
Bundle();
~Bundle();
- bool openVoiceFile(char *filename);
- bool openMusicFile(char *filename);
+ bool openVoiceFile(const char *filename, const char *directory);
+ bool openMusicFile(const char *filename, const char *directory);
int32 decompressVoiceSampleByName(char *name, byte *comp_final);
int32 decompressVoiceSampleByIndex(int32 index, byte *comp_final);
int32 decompressMusicSampleByName(char *name, int32 number, byte *comp_final);