소스 검색

Update miniaudio to v0.9.3

Ray 6 년 전
부모
커밋
c7907a203b
2개의 변경된 파일321개의 추가작업 그리고 215개의 파일을 삭제
  1. 318 211
      src/external/miniaudio.h
  2. 3 4
      src/raudio.h

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 318 - 211
src/external/miniaudio.h


+ 3 - 4
src/raudio.h

@@ -50,8 +50,8 @@
 *
 **********************************************************************************************/
 
-#ifndef AUDIO_H
-#define AUDIO_H
+#ifndef RAUDIO_H
+#define RAUDIO_H
 
 //----------------------------------------------------------------------------------
 // Defines and Macros
@@ -60,7 +60,6 @@
 
 //----------------------------------------------------------------------------------
 // Types and Structures Definition
-// NOTE: Below types are required for CAMERA_STANDALONE usage
 //----------------------------------------------------------------------------------
 #ifndef __cplusplus
 // Boolean type
@@ -174,4 +173,4 @@ void SetAudioStreamPitch(AudioStream stream, float pitch);      // Set pitch for
 }
 #endif
 
-#endif // AUDIO_H
+#endif // RAUDIO_H

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.