Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2025-09-02 15:46:09 +00:00
parent 29ce5d8aa9
commit 17d9927a4f
4 changed files with 22 additions and 15 deletions

View File

@@ -6550,7 +6550,7 @@ return {
params = {
{type = "const char *", name = "fileName"},
{type = "int", name = "fontSize"},
{type = "int *", name = "codepoints"},
{type = "const 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 = "int *", name = "codepoints"},
{type = "const int *", name = "codepoints"},
{type = "int", name = "codepointCount"}
}
},
@@ -6593,9 +6593,10 @@ return {
{type = "const unsigned char *", name = "fileData"},
{type = "int", name = "dataSize"},
{type = "int", name = "fontSize"},
{type = "int *", name = "codepoints"},
{type = "const int *", name = "codepoints"},
{type = "int", name = "codepointCount"},
{type = "int", name = "type"}
{type = "int", name = "type"},
{type = "int *", name = "glyphCount"}
}
},
{