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
Move a couple macros to more appropriate headers
[openal-soft.git]
/
OpenAL32
/
Include
/
alState.h
blob
332176b03bec84b8b49b44be144918b51308c838
1
#ifndef _AL_STATE_H_
2
#define _AL_STATE_H_
3
4
#include
"AL/al.h"
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
#ifdef __cplusplus
11
}
12
#endif
13
14
#endif