diff options
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]; |