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:
@ -11231,7 +11231,7 @@
|
||||
},
|
||||
{
|
||||
"name": "WaveCrop",
|
||||
"description": "Crop a wave to defined samples range",
|
||||
"description": "Crop a wave to defined frames range",
|
||||
"returnType": "void",
|
||||
"params": [
|
||||
{
|
||||
@ -11240,11 +11240,11 @@
|
||||
},
|
||||
{
|
||||
"type": "int",
|
||||
"name": "initSample"
|
||||
"name": "initFrame"
|
||||
},
|
||||
{
|
||||
"type": "int",
|
||||
"name": "finalSample"
|
||||
"name": "finalFrame"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user