2017-11-12 15:56:53 +03:00
|
|
|
// 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.
|
2018-05-21 13:39:19 +03:00
|
|
|
#define MINI_AL_IMPLEMENTATION
|
2018-08-08 19:26:05 +03:00
|
|
|
#define MAL_NO_JACK
|
|
|
|
#define MAL_NO_OPENAL
|
|
|
|
#define MAL_NO_SDL
|
|
|
|
#define MAL_NO_NULL
|
|
|
|
#include "mini_al.h"
|