32 alcMakeContextCurrent(
nullptr);
Class for the openal device and context.
Definition sound_singleton.h:20
~SoundManagerSingleton()
Definition sound_singleton.cpp:52
std::unique_ptr< ALCcontext, AlcContextDeleter > unique_ptr_alccontext
Definition sound_singleton.h:38
bool init()
Definition sound_singleton.cpp:13
unique_ptr_alccontext m_context
Definition sound_singleton.h:41
std::unique_ptr< ALCdevice, AlcDeviceDeleter > unique_ptr_alcdevice
Definition sound_singleton.h:37
unique_ptr_alcdevice m_device
Definition sound_singleton.h:40
Definition al_extensions.cpp:11
Definition sound_singleton.h:29
void operator()(ALCcontext *p)
Definition sound_singleton.h:30
Definition sound_singleton.h:22
void operator()(ALCdevice *p)
Definition sound_singleton.h:23
static std::string p(std::string path)
Definition test_filesys.cpp:53