diff options
Diffstat (limited to 'al/effect.h')
-rw-r--r-- | al/effect.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/al/effect.h b/al/effect.h index c30a749a..d543828a 100644 --- a/al/effect.h +++ b/al/effect.h @@ -4,8 +4,8 @@ #include "AL/al.h" #include "AL/efx.h" -#include "effects/base.h" #include "al/effects/effects.h" +#include "alc/effects/base.h" enum { @@ -53,9 +53,6 @@ struct ALeffect { DISABLE_ALLOC() }; -inline bool IsReverbEffect(const ALenum type) noexcept -{ return type == AL_EFFECT_REVERB || type == AL_EFFECT_EAXREVERB; } - EffectStateFactory *getFactoryByType(ALenum type); void InitEffect(ALeffect *effect); |