aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alu.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-04-14 10:44:57 -0700
committerChris Robinson <[email protected]>2016-04-14 10:44:57 -0700
commitd924e3d6c4aa8cfbc29c5522e16b30f7adaed597 (patch)
tree3eb8d9ad88d5ae981d147d5373d3b0c17cb28fa7 /OpenAL32/Include/alu.h
parent38247e021a95ef7db368d385479090c6c98e2ba9 (diff)
Split aluInitPanning into separate functions for HRTF or UHJ
Diffstat (limited to 'OpenAL32/Include/alu.h')
-rw-r--r--OpenAL32/Include/alu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index 08f25204..a70daa46 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -281,6 +281,8 @@ inline ALfloat resample_fir8(ALfloat val0, ALfloat val1, ALfloat val2, ALfloat v
void aluInitMixer(void);
ALvoid aluInitPanning(ALCdevice *Device);
+ALvoid aluInitHrtfPanning(ALCdevice *device);
+ALvoid aluInitUhjPanning(ALCdevice *device);
void aluInitEffectPanning(struct ALeffectslot *slot);