aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alu.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-09-14 02:42:36 -0700
committerChris Robinson <[email protected]>2012-09-14 02:42:36 -0700
commit9f58edd7a873aaec50ca27c52372d70b3a0e1738 (patch)
tree5d263a253958e39553f80a65a2d60c1f797ed415 /OpenAL32/Include/alu.h
parent0f3a575a09fd3fa77564fd58d526aef14e8ef22a (diff)
Fix up some more header includes
Diffstat (limited to 'OpenAL32/Include/alu.h')
-rw-r--r--OpenAL32/Include/alu.h12
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)