diff options
Diffstat (limited to 'Alc/inprogext.h')
-rw-r--r-- | Alc/inprogext.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Alc/inprogext.h b/Alc/inprogext.h index 3025abe2..6921de8c 100644 --- a/Alc/inprogext.h +++ b/Alc/inprogext.h @@ -80,6 +80,11 @@ AL_API void AL_APIENTRY alSourceQueueBufferLayersSOFT(ALuint src, ALsizei nb, co #endif #endif +#ifndef AL_SOFT_effect_chain +#define AL_SOFT_effect_chain +#define AL_EFFECTSLOT_TARGET_SOFT 0xf000 +#endif + #ifdef __cplusplus } /* extern "C" */ #endif |