Skip to content

Commit d7f82aa

Browse files
Update raylib_api.* by CI
1 parent edce3d4 commit d7f82aa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tools/parser/output/raylib_api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9129,7 +9129,7 @@
91299129
"name": "fontSize"
91309130
},
91319131
{
9132-
"type": "const int *",
9132+
"type": "int *",
91339133
"name": "codepoints"
91349134
},
91359135
{

tools/parser/output/raylib_api.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6593,7 +6593,7 @@ return {
65936593
{type = "const unsigned char *", name = "fileData"},
65946594
{type = "int", name = "dataSize"},
65956595
{type = "int", name = "fontSize"},
6596-
{type = "const int *", name = "codepoints"},
6596+
{type = "int *", name = "codepoints"},
65976597
{type = "int", name = "codepointCount"},
65986598
{type = "int", name = "type"}
65996599
}

tools/parser/output/raylib_api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3499,7 +3499,7 @@ Function 399: LoadFontData() (6 input parameters)
34993499
Param[1]: fileData (type: const unsigned char *)
35003500
Param[2]: dataSize (type: int)
35013501
Param[3]: fontSize (type: int)
3502-
Param[4]: codepoints (type: const int *)
3502+
Param[4]: codepoints (type: int *)
35033503
Param[5]: codepointCount (type: int)
35043504
Param[6]: type (type: int)
35053505
Function 400: GenImageFontAtlas() (6 input parameters)

tools/parser/output/raylib_api.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2309,7 +2309,7 @@
23092309
<Param type="const unsigned char *" name="fileData" desc="" />
23102310
<Param type="int" name="dataSize" desc="" />
23112311
<Param type="int" name="fontSize" desc="" />
2312-
<Param type="const int *" name="codepoints" desc="" />
2312+
<Param type="int *" name="codepoints" desc="" />
23132313
<Param type="int" name="codepointCount" desc="" />
23142314
<Param type="int" name="type" desc="" />
23152315
</Function>

0 commit comments

Comments
 (0)