Added "force mono" option to Music and SoundBuffer

Former-commit-id: 1f46d1461a8289a590a71e368f282a955d7d8234
This commit is contained in:
Lynix
2014-01-10 20:09:13 +01:00
parent faed82426f
commit d902eea49e
5 changed files with 87 additions and 8 deletions

View File

@@ -17,6 +17,8 @@
struct NzSoundBufferParams
{
bool forceMono = false;
bool IsValid() const;
};