event.h 142 B

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