diff options
| author | Uneven Prankster <unevenprankster@protonmail.com> | 2023-07-18 16:19:39 -0300 |
|---|---|---|
| committer | Uneven Prankster <unevenprankster@protonmail.com> | 2023-07-18 16:19:39 -0300 |
| commit | 13b721b4db38b310bc644ce2922687fda1433ab1 (patch) | |
| tree | 10479d12947ecf6e3c9dbc6bab410ef648bd7a4c /raylib/raylib.h | |
| parent | 2ad64da53834d6bacc65a5ac4afddf901d1218e3 (diff) | |
Attempt at loop point addition.
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) |
