diff options
Diffstat (limited to 'parser/output/raylib_api.json')
| -rw-r--r-- | parser/output/raylib_api.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json index c4577e68..a75b94ed 100644 --- a/parser/output/raylib_api.json +++ b/parser/output/raylib_api.json @@ -7818,6 +7818,33 @@ ] }, { + "name": "ImageDrawLineEx", + "description": "Draw a line defining thickness within an image", + "returnType": "void", + "params": [ + { + "type": "Image *", + "name": "dst" + }, + { + "type": "Vector2", + "name": "start" + }, + { + "type": "Vector2", + "name": "end" + }, + { + "type": "int", + "name": "thick" + }, + { + "type": "Color", + "name": "color" + } + ] + }, + { "name": "ImageDrawCircle", "description": "Draw a filled circle within an image", "returnType": "void", |
