aboutsummaryrefslogtreecommitdiffstats
path: root/alc/hrtf.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/hrtf.h')
-rw-r--r--alc/hrtf.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/alc/hrtf.h b/alc/hrtf.h
index a81ebfed..98df801b 100644
--- a/alc/hrtf.h
+++ b/alc/hrtf.h
@@ -88,9 +88,11 @@ struct DirectHrtfState {
DEF_FAM_NEWDEL(DirectHrtfState, Coeffs)
};
+struct ElevRadius { float value; };
+struct AzimRadius { float value; };
struct AngularPoint {
- ALfloat Elev;
- ALfloat Azim;
+ ElevRadius Elev;
+ AzimRadius Azim;
};