mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +00:00
7 lines
157 B
C++
7 lines
157 B
C++
|
#include <vector>
|
||
|
|
||
|
namespace Launcher
|
||
|
{
|
||
|
std::vector<const char *> enumerateOpenALDevices();
|
||
|
std::vector<const char *> enumerateOpenALDevicesHrtf();
|
||
|
}
|