diff options
Diffstat (limited to 'al/effects/effects.h')
-rw-r--r-- | al/effects/effects.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/al/effects/effects.h b/al/effects/effects.h index f8b97eeb..164c0d19 100644 --- a/al/effects/effects.h +++ b/al/effects/effects.h @@ -6,6 +6,7 @@ #include "core/except.h" #ifdef ALSOFT_EAX +#include "al/eax/call.h" #include "al/eax/effect.h" #endif // ALSOFT_EAX @@ -86,7 +87,7 @@ extern const EffectVtable ConvolutionEffectVtable; #ifdef ALSOFT_EAX -EaxEffectUPtr eax_create_eax_effect(ALenum al_effect_type); +EaxEffectUPtr eax_create_eax_effect(ALenum al_effect_type, const EaxCall& call); #endif // ALSOFT_EAX #endif /* AL_EFFECTS_EFFECTS_H */ |