mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-21 15:43:45 +00:00
9 lines
142 B
C
9 lines
142 B
C
#ifndef AL_EVENT_H
|
|
#define AL_EVENT_H
|
|
|
|
struct ALCcontext;
|
|
|
|
void StartEventThrd(ALCcontext *ctx);
|
|
void StopEventThrd(ALCcontext *ctx);
|
|
|
|
#endif
|