mirror of
https://github.com/love2d/love-android.git
synced 2026-08-20 04:31:26 +02:00
Updated openal-soft to version 1.15.1
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef AL_THREADS_H
|
||||
#define AL_THREADS_H
|
||||
|
||||
#include "alMain.h"
|
||||
|
||||
struct althread_info;
|
||||
typedef struct althread_info* althread_t;
|
||||
|
||||
ALboolean StartThread(althread_t *out, ALuint (*func)(ALvoid*), ALvoid *ptr);
|
||||
ALuint StopThread(althread_t thread);
|
||||
|
||||
void SetThreadName(const char *name);
|
||||
|
||||
#endif /* AL_THREADS_H */
|
||||
Reference in New Issue
Block a user