aboutsummaryrefslogtreecommitdiffstats
path: root/alc/hrtf.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/hrtf.h')
-rw-r--r--alc/hrtf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/alc/hrtf.h b/alc/hrtf.h
index a46b64e2..d60377df 100644
--- a/alc/hrtf.h
+++ b/alc/hrtf.h
@@ -7,6 +7,7 @@
#include <string>
#include "almalloc.h"
+#include "aloptional.h"
#include "alspan.h"
#include "atomic.h"
#include "core/ambidefs.h"
@@ -81,7 +82,7 @@ struct DirectHrtfState {
};
-al::vector<std::string> EnumerateHrtf(const char *devname);
+al::vector<std::string> EnumerateHrtf(al::optional<std::string> pathopt);
HrtfStorePtr GetLoadedHrtf(const std::string &name, const uint devrate);
void GetHrtfCoeffs(const HrtfStore *Hrtf, float elevation, float azimuth, float distance,