From f7ff5c67fada77c23dd870f4da4ef7dae3b47e94 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Sun, 15 Sep 2002 19:28:34 +0000 Subject: improved open function in File class svn-id: r4945 --- scumm/bundle.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scumm/bundle.h') 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); -- cgit v1.2.3