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

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

@@ -0,0 +1,2 @@
#define MAL_IMPLEMENTATION
#include "mini_al.h" // <-- The implementation of mini_al.h #includes windows.h, so need to #undef some stuff.