mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-09 02:07:04 +08:00
8 lines
177 B
C++
8 lines
177 B
C++
#define DR_WAV_IMPLEMENTATION
|
|
#include "include/dr_wav.h"
|
|
|
|
#define DR_MP3_IMPLEMENTATION
|
|
#include "include/dr_mp3.h"
|
|
|
|
#define DR_FLAC_IMPLEMENTATION
|
|
#include "include/dr_flac.h" |