aboutsummaryrefslogtreecommitdiff
path: root/sound/vorbis.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/vorbis.h')
-rw-r--r--sound/vorbis.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/vorbis.h b/sound/vorbis.h
index 93e548c8f5..8b4fd0d11f 100644
--- a/sound/vorbis.h
+++ b/sound/vorbis.h
@@ -47,9 +47,8 @@ public:
};
-void playSfxSound_Vorbis(SoundMixer *mixer, File *file, uint32 size, PlayingSoundHandle *handle);
-
AudioInputStream *makeVorbisStream(OggVorbis_File *file, int duration);
+AudioInputStream *makeVorbisStream(File *file, uint32 size);
#endif