diff options
Diffstat (limited to 'OpenAL32/Include/alReverb.h')
-rw-r--r-- | OpenAL32/Include/alReverb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alReverb.h b/OpenAL32/Include/alReverb.h index 46c7194c..95b5adb0 100644 --- a/OpenAL32/Include/alReverb.h +++ b/OpenAL32/Include/alReverb.h @@ -14,9 +14,11 @@ extern "C" { typedef struct ALverbState ALverbState; ALverbState *VerbCreate(ALCcontext *Context); +ALverbState *EAXVerbCreate(ALCcontext *Context); ALvoid VerbDestroy(ALverbState *State); ALvoid VerbUpdate(ALCcontext *Context, struct ALeffectslot *Slot, ALeffect *Effect); ALvoid VerbProcess(ALverbState *State, ALuint SamplesToDo, const ALfloat *SamplesIn, ALfloat (*SamplesOut)[OUTPUTCHANNELS]); +ALvoid EAXVerbProcess(ALverbState *State, ALuint SamplesToDo, const ALfloat *SamplesIn, ALfloat (*SamplesOut)[OUTPUTCHANNELS]); #ifdef __cplusplus } |