aboutsummaryrefslogtreecommitdiffstats
path: root/include/AL
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-03-12 07:19:42 -0800
committerChris Robinson <[email protected]>2011-03-12 07:19:42 -0800
commit947aa1342c82fe22b2030b04e43532af0a07d978 (patch)
tree3aaa10d019beadc02463b8c19cdcb6db838950ee /include/AL
parent20c8f9fe31b1136346b244695867122f36ae7543 (diff)
Add ALC_EXT_DEDICATED to alext.h
Diffstat (limited to 'include/AL')
-rw-r--r--include/AL/alext.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/AL/alext.h b/include/AL/alext.h
index df966bca..4501cef1 100644
--- a/include/AL/alext.h
+++ b/include/AL/alext.h
@@ -175,6 +175,13 @@ AL_API void AL_APIENTRY alRequestFoldbackStop(void);
#endif
#endif
+#ifndef ALC_EXT_DEDICATED
+#define ALC_EXT_DEDICATED 1
+#define AL_DEDICATED_GAIN 0x0001
+#define AL_EFFECT_DEDICATED_DIALOGUE 0x9001
+#define AL_EFFECT_DEDICATED_LOW_FREQUENCY_EFFECT 0x9000
+#endif
+
#ifdef __cplusplus
}
#endif