raylib-go/raylib/miniaudio.c
2019-11-25 03:34:31 +01:00

4 lines
243 B
C

// 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 "external/miniaudio.h"