diff options
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alu.h | 3 |
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); |