diff options
author | Chris Robinson <[email protected]> | 2013-05-23 18:50:07 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-05-23 18:50:07 -0700 |
commit | f667c028e627d6fcc0dc7c661c20d104243da067 (patch) | |
tree | 172c090e8b1fb5cd093d30c05853930d6d2372d2 /OpenAL32/Include | |
parent | dbb6da8c479173c7fd72c781f071935d3ef4ec6a (diff) |
Move the AL_EFFECT_NULL state into a separate file
Diffstat (limited to 'OpenAL32/Include')
-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 a81c1326..ff88fe7b 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -102,6 +102,7 @@ ALenum InitEffectSlot(ALeffectslot *slot); ALvoid ReleaseALAuxiliaryEffectSlots(ALCcontext *Context); +ALeffectStateFactory *ALnullStateFactory_getFactory(void); ALeffectStateFactory *ALreverbStateFactory_getFactory(void); ALeffectStateFactory *ALchorusStateFactory_getFactory(void); ALeffectStateFactory *ALdistortionStateFactory_getFactory(void); |