diff options
Diffstat (limited to 'alc/mixer/mixer_neon.cpp')
-rw-r--r-- | alc/mixer/mixer_neon.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/alc/mixer/mixer_neon.cpp b/alc/mixer/mixer_neon.cpp index 055715f3..760ac58e 100644 --- a/alc/mixer/mixer_neon.cpp +++ b/alc/mixer/mixer_neon.cpp @@ -13,6 +13,11 @@ #include "bsinc_defs.h" #include "hrtfbase.h" +struct NEONTag; +struct LerpTag; +struct BSincTag; +struct FastBSincTag; + namespace { |