diff options
| author | Ray <[email protected]> | 2024-04-20 19:59:41 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-04-20 19:59:41 +0200 |
| commit | d95d4d4ad5ea8e3bdbd60842c64492200d13998f (patch) | |
| tree | b1dde1b568df6a5ff72f20e0baac5305aec1ea44 /parser/output/raylib_api.json | |
| parent | 68201c10c292ccc9a66bd301fb8cdded34e7c1ce (diff) | |
| parent | 349ff166005ad5eb8f6cb97be2e99c9b8220e14b (diff) | |
| download | raylib-d95d4d4ad5ea8e3bdbd60842c64492200d13998f.tar.gz raylib-d95d4d4ad5ea8e3bdbd60842c64492200d13998f.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to 'parser/output/raylib_api.json')
| -rw-r--r-- | parser/output/raylib_api.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json index 2b339512..c7caabfa 100644 --- a/parser/output/raylib_api.json +++ b/parser/output/raylib_api.json @@ -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": [ |
