Use the right method to clear a __m128 to 0
[openal-soft.git] / OpenAL32 / Include / alError.h
blobf3a9c12da2d89d7bf7fed93b04215641f4b8f8a9
1 #ifndef _AL_ERROR_H_
2 #define _AL_ERROR_H_
4 #include "AL/al.h"
5 #include "AL/alc.h"
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
11 extern ALboolean TrapALError;
13 ALvoid alSetError(ALCcontext *Context, ALenum errorCode);
15 #ifdef __cplusplus
17 #endif
19 #endif