diff options
author | Chris Robinson <[email protected]> | 2013-10-03 03:32:54 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-10-03 03:37:03 -0700 |
commit | 99fa5911bc9f427c96fe800f94d31e4942805fd2 (patch) | |
tree | 85a3c6f1ef2e13e8260f1f5b3c5be4edf902cb74 /OpenAL32/Include/alAuxEffectSlot.h | |
parent | 2f676832bcd4aa9a51a602eb254e60eb831581dc (diff) |
Implement the Autowah effect.
Diffstat (limited to 'OpenAL32/Include/alAuxEffectSlot.h')
-rw-r--r-- | OpenAL32/Include/alAuxEffectSlot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index 463a6770..00de7a3b 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -96,6 +96,7 @@ ALvoid ReleaseALAuxiliaryEffectSlots(ALCcontext *Context); ALeffectStateFactory *ALnullStateFactory_getFactory(void); ALeffectStateFactory *ALreverbStateFactory_getFactory(void); +ALeffectStateFactory *ALautowahStateFactory_getFactory(void); ALeffectStateFactory *ALchorusStateFactory_getFactory(void); ALeffectStateFactory *ALdistortionStateFactory_getFactory(void); ALeffectStateFactory *ALechoStateFactory_getFactory(void); |