1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-04-20 11:42:34 +00:00
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();
}