First Commit
This commit is contained in:
9
externals/openal-soft/al/event.h
vendored
Normal file
9
externals/openal-soft/al/event.h
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef AL_EVENT_H
|
||||
#define AL_EVENT_H
|
||||
|
||||
struct ALCcontext;
|
||||
|
||||
void StartEventThrd(ALCcontext *ctx);
|
||||
void StopEventThrd(ALCcontext *ctx);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user