diff options
author | Johannes Schickel | 2010-01-07 14:25:16 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-01-07 14:25:16 +0000 |
commit | c57549184bc4239cb0ee58da13fc038f5cf266c9 (patch) | |
tree | 64747c674d62323237f1e28b64202592384d9076 /sound | |
parent | 6abc10c6eafd888db6c3da124155dd1c939c8e97 (diff) | |
download | scummvm-rg350-c57549184bc4239cb0ee58da13fc038f5cf266c9.tar.gz scummvm-rg350-c57549184bc4239cb0ee58da13fc038f5cf266c9.tar.bz2 scummvm-rg350-c57549184bc4239cb0ee58da13fc038f5cf266c9.zip |
Add important note for engine authors about SubSeekableAudioStream.
svn-id: r47114
Diffstat (limited to 'sound')
-rw-r--r-- | sound/audiostream.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/audiostream.h b/sound/audiostream.h index 8f861299e9..528a6e25d8 100644 --- a/sound/audiostream.h +++ b/sound/audiostream.h @@ -202,6 +202,11 @@ public: * The same caveats apply to SubSeekableAudioStream as do to SeekableAudioStream. * * Manipulating the parent stream directly /will/ mess up a substream. + * + * IMPORTANT: + * Note for engine authors. This object is currently under inspection. In case + * we need to revise the looping API we might drop this. So if you really need + * something like this object, please drop a mail to LordHoto. */ class SubSeekableAudioStream : public SeekableAudioStream { public: |