Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#include <string>
#include <vector>
namespace Launcher
{
std::vector<std::string> enumerateOpenALDevices();
std::vector<std::string> enumerateOpenALDevicesHrtf();
}