mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
8 lines
298 B
C
8 lines
298 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
|
|
#define MAL_NO_JACK
|
|
#define MAL_NO_OPENAL
|
|
#define MAL_NO_NULL
|
|
#include "mini_al.h"
|