mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Update raylib_api.* by CI
This commit is contained in:
@ -9041,7 +9041,7 @@
|
||||
"name": "fontSize"
|
||||
},
|
||||
{
|
||||
"type": "int *",
|
||||
"type": "const int *",
|
||||
"name": "codepoints"
|
||||
},
|
||||
{
|
||||
@ -9091,7 +9091,7 @@
|
||||
"name": "fontSize"
|
||||
},
|
||||
{
|
||||
"type": "int *",
|
||||
"type": "const int *",
|
||||
"name": "codepoints"
|
||||
},
|
||||
{
|
||||
@ -9129,7 +9129,7 @@
|
||||
"name": "fontSize"
|
||||
},
|
||||
{
|
||||
"type": "int *",
|
||||
"type": "const int *",
|
||||
"name": "codepoints"
|
||||
},
|
||||
{
|
||||
@ -9139,6 +9139,10 @@
|
||||
{
|
||||
"type": "int",
|
||||
"name": "type"
|
||||
},
|
||||
{
|
||||
"type": "int *",
|
||||
"name": "glyphCount"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user