aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-10-16 06:36:43 -0700
committerChris Robinson <[email protected]>2020-10-16 06:36:43 -0700
commit8e09ae8ee6bbb1a5a2bc003db453474f98375cd0 (patch)
tree8d032abd94f076f86093491a7ba1e26d1d0a0693 /include
parent2beb095eb15eadaf97ec5fda1dbc63883e1f2f3e (diff)
Finalize AL_SOFT_effect_target
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 058a7c9b..2d58c68e 100644
--- a/include/AL/alext.h
+++ b/include/AL/alext.h
@@ -549,6 +549,11 @@ ALC_API void ALC_APIENTRY alcGetInteger64vSOFT(ALCdevice *device, ALCenum pname,
#define ALC_N3D_SOFT 0x0002
#endif
+#ifndef AL_SOFT_effect_target
+#define AL_SOFT_effect_target
+#define AL_EFFECTSLOT_TARGET_SOFT 0x199C
+#endif
+
#ifdef __cplusplus
}
#endif