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
Include fmt 11.0.2
[openal-soft.git]
/
al
/
event.h
blob
83513c5156696d7a692fa1f03ae979125e28ec3f
1
#ifndef AL_EVENT_H
2
#define AL_EVENT_H
3
4
struct
ALCcontext
;
5
6
void
StartEventThrd
(
ALCcontext
*
ctx
);
7
void
StopEventThrd
(
ALCcontext
*
ctx
);
8
9
#endif