From 3cb12da7657f856ae8acb734d36521eb69777a92 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 16 Apr 2020 02:05:07 -0700 Subject: Move a type to where it's used --- alc/alu.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'alc/alu.cpp') diff --git a/alc/alu.cpp b/alc/alu.cpp index af9c4ad0..601ed5d4 100644 --- a/alc/alu.cpp +++ b/alc/alu.cpp @@ -151,6 +151,10 @@ struct ChanMap { float elevation; }; +using HrtfDirectMixerFunc = void(*)(FloatBufferLine &LeftOut, FloatBufferLine &RightOut, + const al::span InSamples, float2 *AccumSamples, DirectHrtfState *State, + const size_t BufferSize); + HrtfDirectMixerFunc MixDirectHrtf{MixDirectHrtf_}; inline HrtfDirectMixerFunc SelectHrtfMixer(void) -- cgit v1.2.3