mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Update an out of date comment.
This commit is contained in:
@@ -12,7 +12,7 @@ backends would actually get hit. By default, the `ma_backend_custom` backend is
|
|||||||
*/
|
*/
|
||||||
#include "../miniaudio.c"
|
#include "../miniaudio.c"
|
||||||
|
|
||||||
/* We're using SDL for this example. To use this in your own program, you need to include backend_sdl.h after miniaudio.h. */
|
/* We're using SDL for this example. To use this in your own program, you need to include miniaudio_sdl2.h after miniaudio.h. */
|
||||||
#include "../extras/backends/sdl2/miniaudio_sdl2.h"
|
#include "../extras/backends/sdl2/miniaudio_sdl2.h"
|
||||||
|
|
||||||
#ifdef __EMSCRIPTEN__
|
#ifdef __EMSCRIPTEN__
|
||||||
|
|||||||
Reference in New Issue
Block a user