瀏覽代碼

implement

Joshua Reisenauer 9 年之前
父節點
當前提交
89a84a621b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/audio.c

+ 1 - 0
src/audio.c

@@ -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)