Corrected issue with Music type

This commit is contained in:
raysan5
2016-08-02 19:09:07 +02:00
parent 50ccc39d6b
commit 8c0bd30fcb
2 changed files with 2 additions and 2 deletions

View File

@@ -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