aboutsummaryrefslogtreecommitdiff
path: root/src/raylib.h
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2016-08-02 19:09:07 +0200
committerraysan5 <raysan5@gmail.com>2016-08-02 19:09:07 +0200
commit8c0bd30fcb62550f71237cce73fc80efacbf8909 (patch)
treeca2cde0e99f281d2458d18363c01ccac4d468acb /src/raylib.h
parent50ccc39d6b58125912f73cdaa6121935e7bf4794 (diff)
downloadraylib-8c0bd30fcb62550f71237cce73fc80efacbf8909.tar.gz
raylib-8c0bd30fcb62550f71237cce73fc80efacbf8909.zip
Corrected issue with Music type
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h2
1 files changed, 1 insertions, 1 deletions
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