Update raylib_api.* by CI
This commit is contained in:
parent
b51f4db8c2
commit
349ff16600
4 changed files with 379 additions and 331 deletions
|
@ -4891,6 +4891,17 @@ return {
|
|||
},
|
||||
{
|
||||
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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue