From 272a142ee5b830ff6742c2df6a7b3abe7399cfde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 May 2024 06:14:05 +0000 Subject: Update raylib_api.* by CI --- parser/output/raylib_api.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'parser/output/raylib_api.txt') 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 -- cgit v1.2.3