Files
miniaudio/miniaudio.c
David Reid 3ffdbdc710 Add miniaudio.c.
This is in preparation for splitting miniaudio into a split .c/h pair,
away from a single header.

`MINIAUDIO_IMPLEMENTATION` is still supported, but will be removed in
version 0.12 and should be considered deprecated. It's recommended to
start the transition to the new .c file.
2025-02-16 10:30:00 +10:00

3 lines
56 B
C

#define MINIAUDIO_IMPLEMENTATION
#include "miniaudio.h"