Commit 31714215 authored by David Reid's avatar David Reid

Update miniaudio_dll.

parent 0db91b84
#define MA_DLL
#define MA_IMPLEMENTATION
#include "../../miniaudio.h"
\ No newline at end of file
#include "miniaudio_dll.h" /* For build options. */
#include "../miniaudio_split/miniaudio.c"
#ifndef miniaudio_dll_h
#define miniaudio_dll_h
/* ... set your build options here ... */
#define MA_DLL
#include "../../miniaudio.h"
\ No newline at end of file
#include "../miniaudio_split/miniaudio.h"
#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