mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Update raylib_api.* by CI
This commit is contained in:
@ -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"}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user