diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-05-21 06:14:05 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-05-21 06:14:05 +0000 |
| commit | 272a142ee5b830ff6742c2df6a7b3abe7399cfde (patch) | |
| tree | 87da09cfaa2f9bbb009cfeb12a2de5966025e47d /parser/output/raylib_api.txt | |
| parent | bb9bd73f435892b6f6f17d7068a7fe56dfca235d (diff) | |
| download | raylib-272a142ee5b830ff6742c2df6a7b3abe7399cfde.tar.gz raylib-272a142ee5b830ff6742c2df6a7b3abe7399cfde.zip | |
Update raylib_api.* by CI
Diffstat (limited to 'parser/output/raylib_api.txt')
| -rw-r--r-- | parser/output/raylib_api.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/parser/output/raylib_api.txt b/parser/output/raylib_api.txt index 631be9a8..f4973dae 100644 --- a/parser/output/raylib_api.txt +++ b/parser/output/raylib_api.txt @@ -4314,10 +4314,10 @@ Function 523: WaveCopy() (1 input parameters) Function 524: WaveCrop() (3 input parameters) Name: WaveCrop Return type: void - Description: Crop a wave to defined samples range + Description: Crop a wave to defined frames range Param[1]: wave (type: Wave *) - Param[2]: initSample (type: int) - Param[3]: finalSample (type: int) + Param[2]: initFrame (type: int) + Param[3]: finalFrame (type: int) Function 525: WaveFormat() (4 input parameters) Name: WaveFormat Return type: void |
