Files
raylib/src/external/mini_al.c
2017-11-12 22:57:31 +10:00

4 lines
231 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 "mini_al.h"