20 virtual void PlaySound(
const std::string& filePath,
bool loop =
false) = 0;
The abstract interface for an audio backend.
Definition AudioBackend.hpp:9
virtual bool Init()=0
Initializes the backend. Returns true on success.
virtual void PlaySound(const std::string &filePath, bool loop=false)=0
virtual void Shutdown()=0
Shuts down the backend.