Stop using MINIAUDIO_IMPLEMENTATION in examples.

This commit is contained in:
David Reid
2025-02-22 13:09:11 +10:00
parent e1f5ed4f79
commit 1fbad32949
20 changed files with 20 additions and 41 deletions
+1 -2
View File
@@ -15,8 +15,7 @@ In this example we show how you can create a data source, mix them with other da
threads to manage internally and how to implement your own custom job thread.
*/
#define MA_NO_ENGINE /* We're intentionally not using the ma_engine API here. */
#define MINIAUDIO_IMPLEMENTATION
#include "../miniaudio.h"
#include "../miniaudio.c"
static ma_resource_manager_data_source g_dataSources[16];
static ma_uint32 g_dataSourceCount;