Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2025-09-01 09:27:38 +00:00
parent 0a92c863c4
commit 917533224f
4 changed files with 8 additions and 8 deletions

View File

@@ -6550,7 +6550,7 @@ return {
params = {
{type = "const char *", name = "fileName"},
{type = "int", name = "fontSize"},
{type = "const int *", name = "codepoints"},
{type = "int *", name = "codepoints"},
{type = "int", name = "codepointCount"}
}
},
@@ -6573,7 +6573,7 @@ return {
{type = "const unsigned char *", name = "fileData"},
{type = "int", name = "dataSize"},
{type = "int", name = "fontSize"},
{type = "const int *", name = "codepoints"},
{type = "int *", name = "codepoints"},
{type = "int", name = "codepointCount"}
}
},