aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2019-07-23 23:37:14 +0200
committerRay <raysan5@gmail.com>2019-07-23 23:37:14 +0200
commit7b448f59e2edb8df53ea2a586d8c276cf686db71 (patch)
tree71686b54d38b9777489c38080b98b5962145546e /src
parent2cb3b919139ca51d23d1ee12b5536c954808f7f0 (diff)
downloadraylib-7b448f59e2edb8df53ea2a586d8c276cf686db71.tar.gz
raylib-7b448f59e2edb8df53ea2a586d8c276cf686db71.zip
Update raylib.h
Diffstat (limited to 'src')
-rw-r--r--src/raylib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 31c5cb4d..f9f5882a 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -414,7 +414,6 @@ typedef struct Wave {
} Wave;
typedef struct rAudioBuffer rAudioBuffer;
-#define AudioBuffer rAudioBuffer // HACK: To avoid CoreAudio (macOS) symbol collision
// Audio stream type
// NOTE: Useful to create custom audio streams not bound to a specific file