implement

This commit is contained in:
Joshua Reisenauer 2016-04-24 22:04:31 -07:00
parent 1c370f5a17
commit 89a84a621b

View File

@ -42,6 +42,7 @@
#include <string.h> // Required for strcmp()
#include <stdio.h> // Used for .WAV loading
#define JAR_XM_IMPLEMENTATION
#include "jar_xm.h" // For playing .xm files
#if defined(AUDIO_STANDALONE)