Torque3D/Engine/lib/openal-soft/al/event.h

10 lines
142 B
C
Raw Normal View History

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