aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/OpenAL32.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2007-12-17 17:20:11 -0800
committerChris Robinson <[email protected]>2007-12-17 17:20:11 -0800
commit44e0fa932596b20c71b82027eb52b1015e978615 (patch)
tree6114edb57b812623d0d56b578f440d9d878899e9 /OpenAL32/OpenAL32.c
parent91d214d7130a5467ec7bb2860b2da3477998d12b (diff)
Implement effect function skeletons
Diffstat (limited to 'OpenAL32/OpenAL32.c')
-rw-r--r--OpenAL32/OpenAL32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/OpenAL32.c b/OpenAL32/OpenAL32.c
index db317800..c76a3acf 100644
--- a/OpenAL32/OpenAL32.c
+++ b/OpenAL32/OpenAL32.c
@@ -21,6 +21,7 @@
#include "alMain.h"
#include "alBuffer.h"
#include "alFilter.h"
+#include "alEffect.h"
#include "alThunk.h"
CRITICAL_SECTION g_mutex;
@@ -56,6 +57,7 @@ static void my_deinit()
once = AL_TRUE;
ReleaseALBuffers();
+ ReleaseALEffects();
ReleaseALFilters();
FreeALConfig();
ALTHUNK_EXIT();