aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-03-12 22:46:13 -0700
committerChris Robinson <[email protected]>2012-03-12 22:46:13 -0700
commit1f3c1091d3b92272bf00249904c79ac8af495811 (patch)
tree67e6c423943cc7746eb694052e1a76fd0a7d3aaa /include
parent663b43f4f19d2c7d9ed64800c8086d37451c723b (diff)
Finalize AL_SOFT_direct_channels
Diffstat (limited to 'include')
-rw-r--r--include/AL/alext.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/AL/alext.h b/include/AL/alext.h
index c8701fc3..11c4af9e 100644
--- a/include/AL/alext.h
+++ b/include/AL/alext.h
@@ -252,6 +252,11 @@ AL_API ALboolean AL_APIENTRY alIsBufferFormatSupportedSOFT(ALenum format);
#endif
#endif
+#ifndef AL_SOFT_direct_channels
+#define AL_SOFT_direct_channels 1
+#define AL_DIRECT_CHANNELS_SOFT 0x1033
+#endif
+
#ifdef __cplusplus
}
#endif