Audio: Minor fixes

This commit is contained in:
Jérôme Leclercq
2021-05-29 19:34:51 +02:00
parent d121393267
commit 28f1d8aa76
6 changed files with 27 additions and 13 deletions

View File

@@ -37,6 +37,7 @@ namespace Nz
float GetVolume() const;
virtual bool IsLooping() const = 0;
inline bool IsPlaying() const;
bool IsSpatialized() const;
virtual void Pause() = 0;
@@ -67,4 +68,7 @@ namespace Nz
unsigned int m_source;
};
}
#include <Nazara/Audio/SoundEmitter.inl>
#endif // NAZARA_SOUNDEMITTER_HPP