Update raylib_api.* by CI
This commit is contained in:
parent
bb9bd73f43
commit
272a142ee5
4 changed files with 12 additions and 12 deletions
|
@ -7733,12 +7733,12 @@ return {
|
|||
},
|
||||
{
|
||||
name = "WaveCrop",
|
||||
description = "Crop a wave to defined samples range",
|
||||
description = "Crop a wave to defined frames range",
|
||||
returnType = "void",
|
||||
params = {
|
||||
{type = "Wave *", name = "wave"},
|
||||
{type = "int", name = "initSample"},
|
||||
{type = "int", name = "finalSample"}
|
||||
{type = "int", name = "initFrame"},
|
||||
{type = "int", name = "finalFrame"}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue