aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <chris.kcat@gmail.com>2018-03-22 07:05:40 -0700
committerChris Robinson <chris.kcat@gmail.com>2018-03-22 07:05:40 -0700
commit7a23330ffe34c0d04f882fdb45f68733ba49659d (patch)
tree54da49d0382b96ad9693a5d4051210e4210120fb /Alc/ALc.c
parent6ea3b5445fc574c8c18ae88d6f853dfb8c14ef1e (diff)
Move the filter implementation to a separate directory
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 8cfc7d25..597cc890 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -34,6 +34,8 @@
#include "alListener.h"
#include "alSource.h"
#include "alBuffer.h"
+#include "alFilter.h"
+#include "alEffect.h"
#include "alAuxEffectSlot.h"
#include "alError.h"
#include "mastering.h"