MINI_AL_IMPLEMENTATION to MINIAUDIO_IMPLEMENTATION.

This commit is contained in:
David Reid
2019-03-06 20:49:18 +10:00
parent 3d4716f0ca
commit b93faa46e5
19 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// This example simply captures data from your default microphone until you press Enter. The output is saved to the file specified on the command line.
#define MINI_AL_IMPLEMENTATION
#define MINIAUDIO_IMPLEMENTATION
#include "../miniaudio.h"
#define DR_WAV_IMPLEMENTATION