Update mini_al.

This commit is contained in:
David Reid
2018-05-21 20:39:19 +10:00
parent 6d8cc250bd
commit f1b624d38b
3 changed files with 2892 additions and 869 deletions

View File

@@ -1,4 +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
#define MINI_AL_IMPLEMENTATION
#include "mini_al.h"