From 7b448f59e2edb8df53ea2a586d8c276cf686db71 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 23 Jul 2019 23:37:14 +0200 Subject: [PATCH] Update raylib.h --- src/raylib.h | 1 - 1 file changed, 1 deletion(-) 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