Update C sources
This commit is contained in:
parent
02424e2e10
commit
bd6bf15356
53 changed files with 62247 additions and 9914 deletions
4
raylib/miniaudio.c
Normal file
4
raylib/miniaudio.c
Normal file
|
@ -0,0 +1,4 @@
|
|||
// 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"
|
Loading…
Add table
Add a link
Reference in a new issue