1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-28 18:18:52 +00:00
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();
}