]> git.tdb.fi Git - ext/openal.git/blob - al/event.h
Import OpenAL Soft 1.23.1 sources
[ext/openal.git] / al / event.h
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