Update miniaudio_dll.

This commit is contained in:
David Reid
2020-06-26 06:56:05 +10:00
parent 0db91b84ba
commit 3171421587
2 changed files with 10 additions and 4 deletions
+2 -3
View File
@@ -1,3 +1,2 @@
#define MA_DLL
#define MA_IMPLEMENTATION
#include "../../miniaudio.h"
#include "miniaudio_dll.h" /* For build options. */
#include "../miniaudio_split/miniaudio.c"
+8 -1
View File
@@ -1,2 +1,9 @@
#ifndef miniaudio_dll_h
#define miniaudio_dll_h
/* ... set your build options here ... */
#define MA_DLL
#include "../../miniaudio.h"
#include "../miniaudio_split/miniaudio.h"
#endif /* miniaudio_dll_h */