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:
@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user