Update raudio.h
This commit is contained in:
parent
dec5f332ad
commit
2d6bc1ff42
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ typedef struct Music {
|
||||||
void *ctxData; // Audio context data, depends on type
|
void *ctxData; // Audio context data, depends on type
|
||||||
|
|
||||||
unsigned int sampleCount; // Total number of samples
|
unsigned int sampleCount; // Total number of samples
|
||||||
unsigned int sampleLeft; // Number of samples left to end
|
|
||||||
unsigned int loopCount; // Loops count (times music will play), 0 means infinite loop
|
unsigned int loopCount; // Loops count (times music will play), 0 means infinite loop
|
||||||
|
|
||||||
AudioStream stream; // Audio stream
|
AudioStream stream; // Audio stream
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue