zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
alError.h
Go to the documentation of this file.
1 #ifndef _AL_ERROR_H_
2 #define _AL_ERROR_H_
3 
4 #include "alMain.h"
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 extern ALboolean TrapALError;
11 
12 ALvoid alSetError(ALCcontext *Context, ALenum errorCode);
13 
14 #ifdef __cplusplus
15 }
16 #endif
17 
18 #endif
void ALvoid
Definition: al.h:74
int ALenum
Definition: al.h:65
ALboolean TrapALError
Definition: alError.c:29
char ALboolean
Definition: al.h:38
ALvoid alSetError(ALCcontext *Context, ALenum errorCode)
Definition: alError.c:31