diff options
Diffstat (limited to 'raylib/raylib.h')
| -rw-r--r-- | raylib/raylib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/raylib/raylib.h b/raylib/raylib.h index f9f3662..58b5c7c 100644 --- a/raylib/raylib.h +++ b/raylib/raylib.h @@ -467,6 +467,7 @@ typedef struct Sound { typedef struct Music { AudioStream stream; // Audio stream unsigned int frameCount; // Total number of frames (considering channels) + float loopPoint; // Position (in seconds) to return to after looping bool looping; // Music looping enable int ctxType; // Type of music context (audio filetype) |
