aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alu.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-02-10 15:50:05 -0800
committerChris Robinson <[email protected]>2018-02-10 15:50:05 -0800
commit5b11129eaa3fbf094bbbc85688bf6339b5abb753 (patch)
treefee49054beed0af32b02a3ab2c66d5d66651d172 /OpenAL32/Include/alu.h
parentee3d53a67373cae7ec13c29a4e3842e732ec06cc (diff)
Use a function pointer for applying the dry mix post-process
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 920b7b44..a151c761 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -429,6 +429,8 @@ void aluInitRenderer(ALCdevice *device, ALint hrtf_id, enum HrtfRequestMode hrtf
void aluInitEffectPanning(struct ALeffectslot *slot);
+void aluSelectPostProcess(ALCdevice *device);
+
/**
* CalcDirectionCoeffs
*