3D Audio GSoC:

Code documentation.

Also:
* Fix: rlint for MSVC.
* Minor other small fixes/changes.
This commit is contained in:
2011-08-16 13:00:55 +00:00
parent a67562e73c
commit 02d2472baa
56 changed files with 876 additions and 92 deletions

View File

@@ -37,7 +37,7 @@
/**
* This class reads another reader from back to front.
* \note The underlying reader must be a buffer.
* \note The underlying reader must be seekable.
*/
class AUD_ReverseReader : public AUD_EffectReader
{