From 8f1490229082738f1d07ea521c94d1c10980bcb8 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 31 May 2013 15:40:02 -0700 Subject: Add ALC_EXT_DEFAULT_FILTER_ORDER to alext.h --- include/AL/alext.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/AL/alext.h b/include/AL/alext.h index 0447f2bb..b8b11f7e 100644 --- a/include/AL/alext.h +++ b/include/AL/alext.h @@ -348,6 +348,11 @@ AL_API void AL_APIENTRY alGetSourcei64vSOFT(ALuint source, ALenum param, ALint64 #endif #endif +#ifndef ALC_EXT_DEFAULT_FILTER_ORDER +#define ALC_EXT_DEFAULT_FILTER_ORDER 1 +#define ALC_DEFAULT_FILTER_ORDER 0x1100 +#endif + #ifdef __cplusplus } #endif -- cgit v1.2.3