Audio: Commit missing files

This commit is contained in:
Jérôme Leclercq
2021-05-24 19:12:00 +02:00
parent f0192c3b98
commit 4bcb63d776
3 changed files with 21 additions and 3 deletions

View File

@@ -39,7 +39,9 @@ namespace Nz
Vector3f GetListenerPosition() const;
Quaternionf GetListenerRotation() const;
Vector3f GetListenerVelocity() const;
SoundBufferLoader& GetSoundBufferLoader();
const SoundBufferLoader& GetSoundBufferLoader() const;
SoundStreamLoader& GetSoundStreamLoader();
const SoundStreamLoader& GetSoundStreamLoader() const;
float GetSpeedOfSound() const;