aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-03-12 20:37:22 -0800
committerChris Robinson <[email protected]>2011-03-12 20:37:22 -0800
commit8249dc8559aae9762fd3047120abeef0ae0303b6 (patch)
tree21f46ccc4b7ac85db6bb09203a7722f58954d99b /OpenAL32/Include/alMain.h
parent59fe4f8a367f9cc916201fbff48c4987e77436f0 (diff)
Combine multiple lists into one
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r--OpenAL32/Include/alMain.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 68e3e372..43f36b04 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -371,6 +371,13 @@ static __inline ALuint FrameSizeFromDevFmt(enum DevFmtChannels chans,
}
+extern const struct EffectList {
+ const char *name;
+ int type;
+ const char *ename;
+} EffectList[];
+
+
struct ALCdevice_struct
{
ALCboolean Connected;