diff options
| author | David Reid <[email protected]> | 2017-11-12 14:17:05 +1000 |
|---|---|---|
| committer | David Reid <[email protected]> | 2017-11-12 14:17:05 +1000 |
| commit | 75433a670e0880c4d23d5178b073836de3628547 (patch) | |
| tree | 62437e13d4dca37ddd4df9ed84f8b3353fa47f93 /src/external/mini_al.c | |
| parent | 8380c488be90ed0c29a6446b490bfaca6574436e (diff) | |
| download | raylib-75433a670e0880c4d23d5178b073836de3628547.tar.gz raylib-75433a670e0880c4d23d5178b073836de3628547.zip | |
Initial work on adding support for mini_al.
Diffstat (limited to 'src/external/mini_al.c')
| -rw-r--r-- | src/external/mini_al.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/external/mini_al.c b/src/external/mini_al.c new file mode 100644 index 00000000..2ea2cc6b --- /dev/null +++ b/src/external/mini_al.c @@ -0,0 +1,2 @@ +#define MAL_IMPLEMENTATION +#include "mini_al.h" // <-- The implementation of mini_al.h #includes windows.h, so need to #undef some stuff.
\ No newline at end of file |
