diff options
author | Chris Robinson <[email protected]> | 2007-12-17 17:43:19 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2007-12-17 17:43:19 -0800 |
commit | 74582736345800587d8e2ca90c8f2d075bed9cf6 (patch) | |
tree | 80b7992a89da8253f31ab80f320218f5c959286d /OpenAL32/OpenAL32.c | |
parent | aa386041e7c90b6403ff18f9e16da62acc4f036c (diff) |
Add auxiliary effect slot function skeletons
Diffstat (limited to 'OpenAL32/OpenAL32.c')
-rw-r--r-- | OpenAL32/OpenAL32.c | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |