mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-29 14:38:30 +00:00
Update comments.
This commit is contained in:
4
src/external/mini_al.c
vendored
4
src/external/mini_al.c
vendored
@@ -1,2 +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" // <-- The implementation of mini_al.h #includes windows.h, so need to #undef some stuff.
|
||||
#include "mini_al.h"
|
Reference in New Issue
Block a user