Update readme.

This commit is contained in:
David Reid
2021-08-14 19:18:26 +10:00
parent 73fdf8486b
commit d177cb5e60
2 changed files with 55 additions and 25 deletions
+3 -2
View File
@@ -4,8 +4,9 @@ This example demonstrates how to initialize an audio engine and play a sound.
This will play the sound specified on the command line.
*/
#define MINIAUDIO_IMPLEMENTATION
#include "../../miniaudio.h"
#include "../miniaudio_engine.h"
#include "../miniaudio.h"
#include <stdio.h>
int main(int argc, char** argv)
{