aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/vorbis.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/vorbis.cpp b/sound/vorbis.cpp
index edf1c3b5fb..42a19ea309 100644
--- a/sound/vorbis.cpp
+++ b/sound/vorbis.cpp
@@ -257,6 +257,12 @@ void VorbisInputStream::refill() {
_bufferEnd = (int16 *)read_pos;
}
+
+#pragma mark -
+#pragma mark --- Ogg Vorbis factory functions ---
+#pragma mark -
+
+
AudioStream *makeVorbisStream(Common::File *file, uint32 size) {
assert(file);