1 2 3 4 5 6 7 8 9
#ifndef AL_EVENT_H #define AL_EVENT_H struct ALCcontext; void StartEventThrd(ALCcontext *ctx); void StopEventThrd(ALCcontext *ctx); #endif