Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2025-08-31 09:39:29 +00:00
parent ecedf40da6
commit f2adb0272d
4 changed files with 12 additions and 12 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,7 +6593,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"},
{type = "int", name = "type"}
}