MAL_IMPLEMENTATION to MINI_AL_IMPLEMENTATION

This commit is contained in:
David Reid
2018-05-21 19:33:56 +10:00
parent 5c8c9b787d
commit 59726df2c2
11 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// This example simply captures data from your default microphone until you press Enter, after
// which it plays back the captured audio.
#define MAL_IMPLEMENTATION
#define MINI_AL_IMPLEMENTATION
#include "../mini_al.h"
#include <stdlib.h>