Initial work on adding support for mini_al.

This commit is contained in:
David Reid
2017-11-12 14:17:05 +10:00
parent 8380c488be
commit 75433a670e
4 changed files with 10842 additions and 11 deletions

View File

@@ -486,6 +486,8 @@ typedef struct Wave {
// Sound source type
typedef struct Sound {
void* handle; // A pointer to internal data used by the sound system.
unsigned int source; // OpenAL audio source id
unsigned int buffer; // OpenAL audio buffer id
int format; // OpenAL audio format specifier