diff options
| author | Ray <[email protected]> | 2019-02-12 12:18:01 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-02-12 12:18:01 +0100 |
| commit | 944a388b1bfee6048528c29719c5a78d4888bfa5 (patch) | |
| tree | 950e70cdb956484807b8221bddeabc51200858c5 /src/external/mini_al.c | |
| parent | e7466eb0c4d2337d939cc7149e4e0eb8d5effd68 (diff) | |
| download | raylib-944a388b1bfee6048528c29719c5a78d4888bfa5.tar.gz raylib-944a388b1bfee6048528c29719c5a78d4888bfa5.zip | |
Include mini_al directly, no separate module
Diffstat (limited to 'src/external/mini_al.c')
| -rw-r--r-- | src/external/mini_al.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/external/mini_al.c b/src/external/mini_al.c deleted file mode 100644 index d52789a7..00000000 --- a/src/external/mini_al.c +++ /dev/null @@ -1,8 +0,0 @@ -// 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_SDL -//#define MAL_NO_NULL -#include "mini_al.h" |
