Added OpenAL static library

This commit is contained in:
Ray 2016-10-15 13:51:33 +02:00
parent 9e285d8dc3
commit 1c05017548
2 changed files with 5 additions and 0 deletions

View File

@ -431,6 +431,11 @@ ALC_API ALCboolean ALC_APIENTRY alcResetDeviceSOFT(ALCdevice *device, const ALCi
#endif
#endif
#ifndef AL_SOFT_gain_clamp_ex
#define AL_SOFT_gain_clamp_ex 1
#define AL_GAIN_LIMIT_SOFT 0x200E
#endif
#ifdef __cplusplus
}
#endif

Binary file not shown.