aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/sound.h')
-rw-r--r--engines/sludge/sound.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/sludge/sound.h b/engines/sludge/sound.h
index 5bb3f9d3c9..1c5af969e3 100644
--- a/engines/sludge/sound.h
+++ b/engines/sludge/sound.h
@@ -31,6 +31,8 @@
#include "variable.h"
+#include "common/file.h"
+
namespace Sludge {
// Sound list stuff
@@ -66,11 +68,9 @@ bool stillPlayingSound(int ch);
bool getSoundCacheStack(stackHandler *sH);
int findInSoundCache(int a);
-#if ALLOW_FILE
void debugSounds();
-void loadSounds(FILE *fp);
-void saveSounds(FILE *fp);
-#endif
+void loadSounds(Common::SeekableReadStream *stream);
+void saveSounds(Common::WriteStream *stream);
unsigned int getSoundSource(int index);