mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Updated mini_al
Corrected issue with sound playing (pop sound at the end)
This commit is contained in:
6
src/external/mini_al.c
vendored
6
src/external/mini_al.c
vendored
@ -1,4 +1,8 @@
|
||||
// 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"
|
||||
#define MAL_NO_JACK
|
||||
#define MAL_NO_OPENAL
|
||||
#define MAL_NO_SDL
|
||||
#define MAL_NO_NULL
|
||||
#include "mini_al.h"
|
||||
|
||||
3762
src/external/mini_al.h
vendored
3762
src/external/mini_al.h
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user