openmw/apps/launcher/utils/openalutil.hpp
2022-09-22 21:35:26 +03:00

9 lines
174 B
C++

#include <string>
#include <vector>
namespace Launcher
{
std::vector<std::string> enumerateOpenALDevices();
std::vector<std::string> enumerateOpenALDevicesHrtf();
}