Updated mini_al

Corrected issue with sound playing (pop sound at the end)
This commit is contained in:
Ray
2018-08-08 18:26:05 +02:00
parent aa1bb1e33d
commit 7634cbeb22
4 changed files with 2780 additions and 996 deletions

View File

@@ -1,4 +1,8 @@
// 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 MINI_AL_IMPLEMENTATION
#include "mini_al.h"
#define MAL_NO_JACK
#define MAL_NO_OPENAL
#define MAL_NO_SDL
#define MAL_NO_NULL
#include "mini_al.h"