Use unsigned indices for the iface maps
[openal-soft.git] / al / event.h
blob83513c5156696d7a692fa1f03ae979125e28ec3f
1 #ifndef AL_EVENT_H
2 #define AL_EVENT_H
4 struct ALCcontext;
6 void StartEventThrd(ALCcontext *ctx);
7 void StopEventThrd(ALCcontext *ctx);
9 #endif