Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2024-10-10 19:17:48 +00:00
parent d29eb34cfb
commit f5328a9bb6
4 changed files with 307 additions and 348 deletions

View File

@ -6815,25 +6815,6 @@
}
]
},
{
"name": "LoadImageSvg",
"description": "Load image from SVG file data or string with specified size",
"returnType": "Image",
"params": [
{
"type": "const char *",
"name": "fileNameOrString"
},
{
"type": "int",
"name": "width"
},
{
"type": "int",
"name": "height"
}
]
},
{
"name": "LoadImageAnim",
"description": "Load image sequence from file (frames appended to image.data)",