Files
dl/third/openal-soft/al/event.h
T
2026-09-16 14:07:40 +08:00

10 lines
142 B
C
Vendored

#ifndef AL_EVENT_H
#define AL_EVENT_H
struct ALCcontext;
void StartEventThrd(ALCcontext *ctx);
void StopEventThrd(ALCcontext *ctx);
#endif