diff options
author | Chris Robinson <[email protected]> | 2009-04-12 16:01:10 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-04-12 16:01:10 -0700 |
commit | 55c790c9ff28acad5e5da365bee8a6f693d21796 (patch) | |
tree | 09d387064dc5beece6a9d8cfeb3b034c7f5ea0d3 /OpenAL32/Include/alAuxEffectSlot.h | |
parent | 65b69f33085ac9381f683e92655acba0e4622675 (diff) |
Add the Echo effect
Diffstat (limited to 'OpenAL32/Include/alAuxEffectSlot.h')
-rw-r--r-- | OpenAL32/Include/alAuxEffectSlot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index a818bb47..8dfa9418 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -5,6 +5,7 @@ #include "alEffect.h" #include "alFilter.h" #include "alReverb.h" +#include "alEcho.h" #ifdef __cplusplus extern "C" { @@ -24,6 +25,7 @@ typedef struct ALeffectslot ALboolean AuxSendAuto; ALverbState *ReverbState; + ALechoState *EchoState; ALfloat WetBuffer[BUFFERSIZE]; |