From b0367817c1ef602fd067272a77d5e06d18ab0f07 Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 6 Mar 2019 21:58:14 +1000 Subject: [PATCH] Add a note about the rename to MINIAUDIO_IMPLEMENTATION. --- miniaudio.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/miniaudio.h b/miniaudio.h index 7de923ff..e248d236 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -29,6 +29,9 @@ better to get this out of the road now rather than later. Also, since there are I think it's better to just get the namespace change over and done with at the same time as the full-duplex changes. I'm hoping this will be the last of the major API changes. Fingers crossed! +The implementation define is now "#define MINIAUDIO_IMPLEMENTATION". You can also use "#define MA_IMPLEMENTATION" if that' +your preference. + Full-Duplex Support -------------------