raylib/src/external/mini_al.c
2018-05-21 20:39:19 +10:00

4 lines
No EOL
235 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 MINI_AL_IMPLEMENTATION
#include "mini_al.h"