From 349ff166005ad5eb8f6cb97be2e99c9b8220e14b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 20 Apr 2024 17:54:14 +0000 Subject: Update raylib_api.* by CI --- parser/output/raylib_api.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'parser/output/raylib_api.json') 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": [ -- cgit v1.2.3