소스 검색

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)