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.xml | |
| 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.xml')
| -rw-r--r-- | parser/output/raylib_api.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/parser/output/raylib_api.xml b/parser/output/raylib_api.xml index 2f536db3..8183d5cf 100644 --- a/parser/output/raylib_api.xml +++ b/parser/output/raylib_api.xml @@ -670,7 +670,7 @@ <Param type="unsigned int" name="frames" desc="" /> </Callback> </Callbacks> - <Functions count="561"> + <Functions count="562"> <Function name="InitWindow" retType="void" paramCount="3" desc="Initialize window and OpenGL context"> <Param type="int" name="width" desc="" /> <Param type="int" name="height" desc="" /> @@ -1464,7 +1464,13 @@ <Param type="int" name="segments" desc="" /> <Param type="Color" name="color" desc="" /> </Function> - <Function name="DrawRectangleRoundedLines" retType="void" paramCount="5" desc="Draw rectangle with rounded edges outline"> + <Function name="DrawRectangleRoundedLines" retType="void" paramCount="4" desc="Draw rectangle lines with rounded edges"> + <Param type="Rectangle" name="rec" desc="" /> + <Param type="float" name="roundness" desc="" /> + <Param type="int" name="segments" desc="" /> + <Param type="Color" name="color" desc="" /> + </Function> + <Function name="DrawRectangleRoundedLinesEx" retType="void" paramCount="5" desc="Draw rectangle with rounded edges outline"> <Param type="Rectangle" name="rec" desc="" /> <Param type="float" name="roundness" desc="" /> <Param type="int" name="segments" desc="" /> |
