diff options
author | Max Horn | 2007-02-22 18:38:05 +0000 |
---|---|---|
committer | Max Horn | 2007-02-22 18:38:05 +0000 |
commit | 52eebf919262b357640dc643e56d0feb03d3de7c (patch) | |
tree | 86e0694eb573dd16cd9cefb63ba891d789965ac2 /sound | |
parent | 4dae49e75a102f933ac8f10ddbfd57b24b6b6d61 (diff) | |
download | scummvm-rg350-52eebf919262b357640dc643e56d0feb03d3de7c.tar.gz scummvm-rg350-52eebf919262b357640dc643e56d0feb03d3de7c.tar.bz2 scummvm-rg350-52eebf919262b357640dc643e56d0feb03d3de7c.zip |
added yet another #pragma mark to the vorbis code (just for the sake of *my* text editor -- yeah, I'm selfish :-)
svn-id: r25795
Diffstat (limited to 'sound')
-rw-r--r-- | sound/vorbis.cpp | 6 |
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); |