summaryrefslogtreecommitdiffhomepage
path: root/src/external
diff options
context:
space:
mode:
authorRay San <[email protected]>2017-10-02 13:06:19 +0200
committerRay San <[email protected]>2017-10-02 13:06:19 +0200
commitea0decece80e8c067825a157877cb5a58f663094 (patch)
tree4737f605373ba5a5ace40637ed7103e4acfc6d59 /src/external
parent144b0ed6954a33b28cfa5e4c76efb316f1d02a29 (diff)
downloadraylib-ea0decece80e8c067825a157877cb5a58f663094.tar.gz
raylib-ea0decece80e8c067825a157877cb5a58f663094.zip
Updated OpenAL Soft headers
Diffstat (limited to 'src/external')
-rw-r--r--src/external/openal_soft/include/AL/alext.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/external/openal_soft/include/AL/alext.h b/src/external/openal_soft/include/AL/alext.h
index 50ad10ec..4b9a1553 100644
--- a/src/external/openal_soft/include/AL/alext.h
+++ b/src/external/openal_soft/include/AL/alext.h
@@ -448,6 +448,17 @@ AL_API const ALchar* AL_APIENTRY alGetStringiSOFT(ALenum pname, ALsizei index);
#endif
#endif
+#ifndef AL_SOFT_source_spatialize
+#define AL_SOFT_source_spatialize
+#define AL_SOURCE_SPATIALIZE_SOFT 0x1214
+#define AL_AUTO_SOFT 0x0002
+#endif
+
+#ifndef ALC_SOFT_output_limiter
+#define ALC_SOFT_output_limiter
+#define ALC_OUTPUT_LIMITER_SOFT 0x199A
+#endif
+
#ifdef __cplusplus
}
#endif