diff options
Diffstat (limited to 'OpenAL32/Include/alError.h')
-rw-r--r-- | OpenAL32/Include/alError.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/OpenAL32/Include/alError.h b/OpenAL32/Include/alError.h new file mode 100644 index 00000000..5cee8db8 --- /dev/null +++ b/OpenAL32/Include/alError.h @@ -0,0 +1,16 @@ +#ifndef _AL_ERROR_H_ +#define _AL_ERROR_H_ + +#include "AL/al.h" + +#ifdef __cplusplus +extern "C" { +#endif + +ALvoid alSetError(ALenum errorCode); + +#ifdef __cplusplus +} +#endif + +#endif |