diff options
Diffstat (limited to 'OpenAL32/Include/alAuxEffectSlot.h')
-rw-r--r-- | OpenAL32/Include/alAuxEffectSlot.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index e194ab69..26e9822d 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -1,6 +1,7 @@ #ifndef _AL_AUXEFFECTSLOT_H_ #define _AL_AUXEFFECTSLOT_H_ +#include "alEffect.h" #include "AL/al.h" #ifdef __cplusplus @@ -18,6 +19,8 @@ typedef struct ALeffectslot_struct // AuxiliaryEffectSlot type (AL_EFFECT_NULL, ...) ALenum type; + ALeffect effect; + // Index to itself ALuint effectslot; |