aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-03-16 01:36:57 -0700
committerChris Robinson <[email protected]>2016-03-16 01:36:57 -0700
commita3863d5834d5d21edf2e2aa9c42a3bdb44c25b51 (patch)
tree4cdea9c4c326a71289ab112a2505b32b96dd7b58 /OpenAL32/Include
parent8ff4a5435614c85e43a3514157537dab80ecb3e7 (diff)
Add config options to enable the hq ambisonic decoder
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index dfc9284f..08f25204 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -33,7 +33,6 @@
extern "C" {
#endif
-struct AmbDecConf;
struct ALsource;
struct ALvoice;
struct ALeffectslot;
@@ -281,7 +280,7 @@ inline ALfloat resample_fir8(ALfloat val0, ALfloat val1, ALfloat val2, ALfloat v
void aluInitMixer(void);
-ALvoid aluInitPanning(ALCdevice *Device, const struct AmbDecConf *conf);
+ALvoid aluInitPanning(ALCdevice *Device);
void aluInitEffectPanning(struct ALeffectslot *slot);