diff options
Diffstat (limited to 'src/raudio.h')
| -rw-r--r-- | src/raudio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raudio.h b/src/raudio.h index eadbf33b..f5315005 100644 --- a/src/raudio.h +++ b/src/raudio.h @@ -110,7 +110,7 @@ typedef struct Sound { typedef struct Music { int ctxType; // Type of music context (audio filetype) void *ctxData; // Audio context data, depends on type - + unsigned int sampleCount; // Total number of samples unsigned int loopCount; // Loops count (times music will play), 0 means infinite loop |
