mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-16 16:28:14 +00:00
Update raylib_api.* by CI
This commit is contained in:
@@ -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"}
|
||||
}
|
||||
|
Reference in New Issue
Block a user