Commit 31714215 authored by David Reid's avatar David Reid

Update miniaudio_dll.

parent 0db91b84
#define MA_DLL #include "miniaudio_dll.h" /* For build options. */
#define MA_IMPLEMENTATION #include "../miniaudio_split/miniaudio.c"
#include "../../miniaudio.h"
\ No newline at end of file
#ifndef miniaudio_dll_h
#define miniaudio_dll_h
/* ... set your build options here ... */
#define MA_DLL #define MA_DLL
#include "../../miniaudio.h" #include "../miniaudio_split/miniaudio.h"
\ No newline at end of file
#endif /* miniaudio_dll_h */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment