mirror of
https://github.com/love2d/megasource.git
synced 2026-08-16 08:11:25 +02:00
10 lines
142 B
C
10 lines
142 B
C
#ifndef AL_EVENT_H
|
|
#define AL_EVENT_H
|
|
|
|
struct ALCcontext;
|
|
|
|
void StartEventThrd(ALCcontext *ctx);
|
|
void StopEventThrd(ALCcontext *ctx);
|
|
|
|
#endif
|