aboutsummaryrefslogtreecommitdiffstats
path: root/al/event.h
blob: 83513c5156696d7a692fa1f03ae979125e28ec3f (plain)
1
2
3
4
5
6
7
8
9
#ifndef AL_EVENT_H
#define AL_EVENT_H

struct ALCcontext;

void StartEventThrd(ALCcontext *ctx);
void StopEventThrd(ALCcontext *ctx);

#endif