diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-04-20 17:54:14 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-04-20 17:54:14 +0000 |
| commit | 349ff166005ad5eb8f6cb97be2e99c9b8220e14b (patch) | |
| tree | 02bf0516277fa7ca4ee77e45d8cfe0a190635b06 /parser/output/raylib_api.json | |
| parent | b51f4db8c29eba3506e953b351bedbf41f2a5c95 (diff) | |
| download | raylib-349ff166005ad5eb8f6cb97be2e99c9b8220e14b.tar.gz raylib-349ff166005ad5eb8f6cb97be2e99c9b8220e14b.zip | |
Update raylib_api.* by CI
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": [ |
