repo.or.cz
/
openal-soft.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Properly export alGetSource3i64SOFT
[openal-soft.git]
/
OpenAL32
/
Include
/
alError.h
blob
f3a9c12da2d89d7bf7fed93b04215641f4b8f8a9
1
#ifndef _AL_ERROR_H_
2
#define _AL_ERROR_H_
3
4
#include
"AL/al.h"
5
#include
"AL/alc.h"
6
7
#ifdef __cplusplus
8
extern
"C"
{
9
#endif
10
11
extern
ALboolean TrapALError
;
12
13
ALvoid
alSetError
(
ALCcontext
*
Context
,
ALenum errorCode
);
14
15
#ifdef __cplusplus
16
}
17
#endif
18
19
#endif