summaryrefslogtreecommitdiffhomepage
path: root/src/external/mini_al.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/external/mini_al.c')
-rw-r--r--src/external/mini_al.c8
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"