5 #include "Mountain/core.hpp" 15 MOUNTAIN_API
static bool_t CheckError(
const AudioDevice* device =
nullptr);
18 MOUNTAIN_API
explicit AudioDevice(std::string&& name);
20 MOUNTAIN_API ~AudioDevice();
22 DELETE_COPY_MOVE_OPERATIONS(AudioDevice)
24 MOUNTAIN_API
void Reopen(
const std::string& newName);
27 MOUNTAIN_API std::string GetName()
const;
30 ALCdevice* m_Handle =
nullptr;
Contains all declarations of the Mountain Framework.