summaryrefslogtreecommitdiffhomepage
path: root/src/external/mini_al.c
blob: d52789a7d0db141f411c0d51ad9df73b992e7242 (plain)
1
2
3
4
5
6
7
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
#define MAL_NO_JACK
#define MAL_NO_OPENAL
#define MAL_NO_SDL
//#define MAL_NO_NULL
#include "mini_al.h"