mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-09 03:16:27 +00:00
Update miniaudio to v0.9.3
This commit is contained in:
492
src/external/miniaudio.h
vendored
492
src/external/miniaudio.h
vendored
File diff suppressed because it is too large
Load Diff
@@ -50,8 +50,8 @@
|
|||||||
*
|
*
|
||||||
**********************************************************************************************/
|
**********************************************************************************************/
|
||||||
|
|
||||||
#ifndef AUDIO_H
|
#ifndef RAUDIO_H
|
||||||
#define AUDIO_H
|
#define RAUDIO_H
|
||||||
|
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
// Defines and Macros
|
// Defines and Macros
|
||||||
@@ -60,7 +60,6 @@
|
|||||||
|
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
// Types and Structures Definition
|
// Types and Structures Definition
|
||||||
// NOTE: Below types are required for CAMERA_STANDALONE usage
|
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
#ifndef __cplusplus
|
#ifndef __cplusplus
|
||||||
// Boolean type
|
// Boolean type
|
||||||
@@ -174,4 +173,4 @@ void SetAudioStreamPitch(AudioStream stream, float pitch); // Set pitch for
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // AUDIO_H
|
#endif // RAUDIO_H
|
Reference in New Issue
Block a user