Remove old files and update examples.

This commit is contained in:
David Reid
2021-12-10 21:13:34 +10:00
parent ed22ebbfe8
commit 9598247096
32 changed files with 12 additions and 1873 deletions
+1 -2
View File
@@ -16,8 +16,7 @@ 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_engine.h"
#include "../miniaudio.h"
static ma_resource_manager_data_source g_dataSources[16];
static ma_uint32 g_dataSourceCount;