From 8c0bd30fcb62550f71237cce73fc80efacbf8909 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Tue, 2 Aug 2016 19:09:07 +0200 Subject: Corrected issue with Music type --- src/raylib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/raylib.h') diff --git a/src/raylib.h b/src/raylib.h index 3ee7a793..d9a12cec 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -514,7 +514,7 @@ typedef struct Wave { // Music type (file streaming from memory) // NOTE: Anything longer than ~10 seconds should be streamed -typedef struct Music *Music; +typedef struct MusicData *Music; // Audio stream type // NOTE: Useful to create custom audio streams not bound to a specific file -- cgit v1.2.3