From c1b161b44bbf60420de2e1ba886e957d9fcd495e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 5 Nov 2009 20:50:56 -0800 Subject: Handle NULL effect objects as AL_EFFECT_NULL effects --- OpenAL32/Include/alAuxEffectSlot.h | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenAL32/Include/alAuxEffectSlot.h') diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index 14e3b2f9..76a0f537 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -60,6 +60,7 @@ struct ALeffectState { ALvoid (*Process)(ALeffectState *State, const ALeffectslot *Slot, ALuint SamplesToDo, const ALfloat *SamplesIn, ALfloat (*SamplesOut)[OUTPUTCHANNELS]); }; +ALeffectState *NoneCreate(void); ALeffectState *EAXVerbCreate(void); ALeffectState *VerbCreate(void); ALeffectState *EchoCreate(void); -- cgit v1.2.3