MAL_IMPLEMENTATION to MINI_AL_IMPLEMENTATION

This commit is contained in:
David Reid
2018-05-21 19:33:56 +10:00
parent 5c8c9b787d
commit 59726df2c2
11 changed files with 16 additions and 14 deletions
+2 -2
View File
@@ -63,7 +63,7 @@ Simple Playback Example
#define DR_WAV_IMPLEMENTATION
#include "../extras/dr_wav.h" // Enables WAV decoding.
#define MAL_IMPLEMENTATION
#define MINI_AL_IMPLEMENTATION
#include "../mini_al.h"
#include <stdio.h>
@@ -146,7 +146,7 @@ relevant backend library before the implementation of mini_al, like so:
#include "dr_mp3.h" // Enables MP3 decoding.
#include "dr_wav.h" // Enables WAV decoding.
#define MAL_IMPLEMENTATION
#define MINI_AL_IMPLEMENTATION
#include "mini_al.h"
```