Add OpenAL-soft 29e0af5ef052a3602f9b7935d6002c6d2ae5e8cb.

Needed because of race condition fix in mmdevapi backend.
This commit is contained in:
rude
2014-02-13 20:32:37 +01:00
parent 633e62c6c6
commit c3a7263a78
117 changed files with 56259 additions and 0 deletions
@@ -0,0 +1,20 @@
#ifndef ALTHUNK_H
#define ALTHUNK_H
#include "alMain.h"
#ifdef __cplusplus
extern "C" {
#endif
void ThunkInit(void);
void ThunkExit(void);
ALenum NewThunkEntry(ALuint *index);
void FreeThunkEntry(ALuint index);
#ifdef __cplusplus
}
#endif
#endif //ALTHUNK_H