mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
4
src/external/mini_al.c
vendored
Normal file
4
src/external/mini_al.c
vendored
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 "mini_al.h"
|
||||
11601
src/external/mini_al.h
vendored
Normal file
11601
src/external/mini_al.h
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user