From 52eebf919262b357640dc643e56d0feb03d3de7c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 22 Feb 2007 18:38:05 +0000 Subject: added yet another #pragma mark to the vorbis code (just for the sake of *my* text editor -- yeah, I'm selfish :-) svn-id: r25795 --- sound/vorbis.cpp | 6 ++++++ 1 file changed, 6 insertions(+) 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); -- cgit v1.2.3