aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-05-22 12:27:07 -0700
committerChris Robinson <[email protected]>2014-05-22 12:27:07 -0700
commit7d997277a0e240e781ceb22454fcbaa5a807dee6 (patch)
tree75de6be1f3b81927fffaca97495a993bdd3285cd /include
parenta48f5d26fda855963fb930a75691b932e837dd2d (diff)
AL_SOFT_block_alignment is now considered done
Diffstat (limited to 'include')
-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