From 74582736345800587d8e2ca90c8f2d075bed9cf6 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 17 Dec 2007 17:43:19 -0800 Subject: Add auxiliary effect slot function skeletons --- OpenAL32/OpenAL32.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenAL32/OpenAL32.c') diff --git a/OpenAL32/OpenAL32.c b/OpenAL32/OpenAL32.c index c76a3acf..f79ddc0c 100644 --- a/OpenAL32/OpenAL32.c +++ b/OpenAL32/OpenAL32.c @@ -22,6 +22,7 @@ #include "alBuffer.h" #include "alFilter.h" #include "alEffect.h" +#include "alAuxEffectSlot.h" #include "alThunk.h" CRITICAL_SECTION g_mutex; @@ -57,6 +58,7 @@ static void my_deinit() once = AL_TRUE; ReleaseALBuffers(); + ReleaseALAuxiliaryEffectSlots(); ReleaseALEffects(); ReleaseALFilters(); FreeALConfig(); -- cgit v1.2.3