diff options
Diffstat (limited to 'Alc/hrtf.h')
-rw-r--r-- | Alc/hrtf.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -60,6 +60,8 @@ struct EnumeratedHrtf { }; +using float2 = std::array<float,2>; + template<typename T> using HrirArray = std::array<std::array<T,2>,HRIR_LENGTH>; |