mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-28 18:18:52 +00:00
9 lines
174 B
C++
9 lines
174 B
C++
#include <string>
|
|
#include <vector>
|
|
|
|
namespace Launcher
|
|
{
|
|
std::vector<std::string> enumerateOpenALDevices();
|
|
std::vector<std::string> enumerateOpenALDevicesHrtf();
|
|
}
|