diff options
Diffstat (limited to 'OpenAL32/Include/alu.h')
-rw-r--r-- | OpenAL32/Include/alu.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index 6e29e7bf..5e46dec1 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -1,9 +1,7 @@ #ifndef _ALU_H_ #define _ALU_H_ -#include "AL/al.h" -#include "AL/alc.h" -#include "AL/alext.h" +#include "alMain.h" #include <limits.h> #include <math.h> @@ -92,14 +90,6 @@ typedef ALvoid (*WetMixerFunc)(struct SendParams *params, ALuint OutPos, ALuint SamplesToDo, ALuint BufferSize); -enum Resampler { - PointResampler, - LinearResampler, - CubicResampler, - - ResamplerMax, -}; - #define FRACTIONBITS (14) #define FRACTIONONE (1<<FRACTIONBITS) |