Merge pull request #413 from mackron/dr/mini_al

mini_al integration
This commit is contained in:
Ray
2017-12-05 11:23:16 +01:00
committed by GitHub
4 changed files with 12534 additions and 14 deletions

4
src/external/mini_al.c vendored Normal file
View File

@ -0,0 +1,4 @@
// The implementation of mini_al needs to #include windows.h which means it needs to go into
// it's own translation unit. Not doing this will cause conflicts with CloseWindow(), etc.
#define MAL_IMPLEMENTATION
#include "mini_al.h"

11601
src/external/mini_al.h vendored Normal file

File diff suppressed because it is too large Load Diff