aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alSource.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-03-22 07:05:40 -0700
committerChris Robinson <[email protected]>2018-03-22 07:05:40 -0700
commit7a23330ffe34c0d04f882fdb45f68733ba49659d (patch)
tree54da49d0382b96ad9693a5d4051210e4210120fb /OpenAL32/alSource.c
parent6ea3b5445fc574c8c18ae88d6f853dfb8c14ef1e (diff)
Move the filter implementation to a separate directory
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 40b2c494..e3e40166 100644
--- a/OpenAL32/alSource.c
+++ b/OpenAL32/alSource.c
@@ -31,6 +31,7 @@
#include "alError.h"
#include "alSource.h"
#include "alBuffer.h"
+#include "alFilter.h"
#include "alAuxEffectSlot.h"
#include "ringbuffer.h"