aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alSource.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-01-16 14:01:24 -0800
committerChris Robinson <[email protected]>2008-01-16 14:01:24 -0800
commitbe34dbe608b2e1a2d8239f00ad5ee0c2a902178d (patch)
tree1986b7c6f91e8a2537a20a1927f4b0027b55f8c7 /OpenAL32/alSource.c
parent70102e7cd39185a01e909a318e7564d1595125e2 (diff)
Don't include alAuxEffectSlot.h in alSource.h
Diffstat (limited to 'OpenAL32/alSource.c')
-rw-r--r--OpenAL32/alSource.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/alSource.c b/OpenAL32/alSource.c
index ee8bb49e..e180b3d7 100644
--- a/OpenAL32/alSource.c
+++ b/OpenAL32/alSource.c
@@ -28,6 +28,7 @@
#include "alSource.h"
#include "alBuffer.h"
#include "alThunk.h"
+#include "alAuxEffectSlot.h"
static ALvoid InitSourceParams(ALsource *pSource);
static ALboolean GetSourceOffset(ALsource *pSource, ALenum eName, ALfloat *pflOffset);