From 7a23330ffe34c0d04f882fdb45f68733ba49659d Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 22 Mar 2018 07:05:40 -0700 Subject: Move the filter implementation to a separate directory --- Alc/ALc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Alc/ALc.c') 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" -- cgit v1.2.3