Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2025-05-31 21:26:50 +00:00
parent 296e3af470
commit 58a6846c8f
4 changed files with 8 additions and 8 deletions

View File

@@ -6141,7 +6141,7 @@ return {
returnType = "void",
params = {
{type = "Image *", name = "dst"},
{type = "Vector2 *", name = "points"},
{type = "const Vector2 *", name = "points"},
{type = "int", name = "pointCount"},
{type = "Color", name = "color"}
}
@@ -6152,7 +6152,7 @@ return {
returnType = "void",
params = {
{type = "Image *", name = "dst"},
{type = "Vector2 *", name = "points"},
{type = "const Vector2 *", name = "points"},
{type = "int", name = "pointCount"},
{type = "Color", name = "color"}
}