aboutsummaryrefslogtreecommitdiffstats
path: root/include/AL/alext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/AL/alext.h')
-rw-r--r--include/AL/alext.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/AL/alext.h b/include/AL/alext.h
index f15ba33f..33f3a034 100644
--- a/include/AL/alext.h
+++ b/include/AL/alext.h
@@ -364,6 +364,12 @@ AL_API ALvoid AL_APIENTRY alProcessUpdatesSOFT(void);
#endif
#endif
+#ifndef AL_SOFT_block_alignment
+#define AL_SOFT_block_alignment 1
+#define AL_UNPACK_BLOCK_ALIGNMENT_SOFT 0x200C
+#define AL_PACK_BLOCK_ALIGNMENT_SOFT 0x200D
+#endif
+
#ifdef __cplusplus
}
#endif