Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2024-04-20 17:54:14 +00:00
parent b51f4db8c2
commit 349ff16600
4 changed files with 379 additions and 331 deletions

View File

@ -5911,6 +5911,29 @@
},
{
"name": "DrawRectangleRoundedLines",
"description": "Draw rectangle lines with rounded edges",
"returnType": "void",
"params": [
{
"type": "Rectangle",
"name": "rec"
},
{
"type": "float",
"name": "roundness"
},
{
"type": "int",
"name": "segments"
},
{
"type": "Color",
"name": "color"
}
]
},
{
"name": "DrawRectangleRoundedLinesEx",
"description": "Draw rectangle with rounded edges outline",
"returnType": "void",
"params": [