summaryrefslogtreecommitdiffhomepage
path: root/src/external/mini_al.c
blob: 7b437851a9c13d37f1d2de5aebc357dac760c56b (plain)
1
2
3
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
#include "mini_al.h"