mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
3ffdbdc710
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.
3 lines
56 B
C
3 lines
56 B
C
#define MINIAUDIO_IMPLEMENTATION
|
|
#include "miniaudio.h"
|