aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf.h
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/hrtf.h')
-rw-r--r--Alc/hrtf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/hrtf.h b/Alc/hrtf.h
index 57b8f9b0..281b8ca5 100644
--- a/Alc/hrtf.h
+++ b/Alc/hrtf.h
@@ -13,6 +13,8 @@ struct Hrtf;
typedef struct HrtfEntry {
al_string name;
al_string filename;
+
+ const struct Hrtf *hrtf;
} HrtfEntry;
TYPEDEF_VECTOR(HrtfEntry, vector_HrtfEntry)