Move some temp variables closer to where they're used
[openal-soft.git] / alc / effects / base.h
blob95695857a4d7401cc2b02e67db0d3f0b66e7df2b
1 #ifndef EFFECTS_BASE_H
2 #define EFFECTS_BASE_H
4 #include "core/effects/base.h"
7 EffectStateFactory *NullStateFactory_getFactory(void);
8 EffectStateFactory *ReverbStateFactory_getFactory(void);
9 EffectStateFactory *StdReverbStateFactory_getFactory(void);
10 EffectStateFactory *AutowahStateFactory_getFactory(void);
11 EffectStateFactory *ChorusStateFactory_getFactory(void);
12 EffectStateFactory *CompressorStateFactory_getFactory(void);
13 EffectStateFactory *DistortionStateFactory_getFactory(void);
14 EffectStateFactory *EchoStateFactory_getFactory(void);
15 EffectStateFactory *EqualizerStateFactory_getFactory(void);
16 EffectStateFactory *FlangerStateFactory_getFactory(void);
17 EffectStateFactory *FshifterStateFactory_getFactory(void);
18 EffectStateFactory *ModulatorStateFactory_getFactory(void);
19 EffectStateFactory *PshifterStateFactory_getFactory(void);
20 EffectStateFactory* VmorpherStateFactory_getFactory(void);
22 EffectStateFactory *DedicatedStateFactory_getFactory(void);
24 EffectStateFactory *ConvolutionStateFactory_getFactory(void);
26 #endif /* EFFECTS_BASE_H */