mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 16:24:04 +02:00
10 lines
179 B
C
10 lines
179 B
C
#ifndef miniaudio_dll_h
|
|
#define miniaudio_dll_h
|
|
|
|
/* ... set your build options here ... */
|
|
|
|
#define MA_DLL
|
|
#include "../miniaudio_split/miniaudio.h"
|
|
|
|
#endif /* miniaudio_dll_h */
|