summaryrefslogtreecommitdiffhomepage
path: root/src/raudio.h
diff options
context:
space:
mode:
authorRay <[email protected]>2019-04-22 20:32:11 +0200
committerRay <[email protected]>2019-04-22 20:32:11 +0200
commitc7907a203b8bdc3027fc9b01c9780acc640794cd (patch)
treedbcaba41b83f0a234f9b6ff7314b870f620eb983 /src/raudio.h
parentf7d978e7261d3a8cb715108095f582d8908ac647 (diff)
downloadraylib-c7907a203b8bdc3027fc9b01c9780acc640794cd.tar.gz
raylib-c7907a203b8bdc3027fc9b01c9780acc640794cd.zip
Update miniaudio to v0.9.3
Diffstat (limited to 'src/raudio.h')
-rw-r--r--src/raudio.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/raudio.h b/src/raudio.h
index f98d68ff..e8701814 100644
--- a/src/raudio.h
+++ b/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 \ No newline at end of file
+#endif // RAUDIO_H \ No newline at end of file