mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-27 17:17:25 -04:00
rlparser: update raylib_api.* by CI
This commit is contained in:
@ -4316,7 +4316,7 @@
|
||||
"name": "fileName"
|
||||
},
|
||||
{
|
||||
"type": "void *",
|
||||
"type": "const void *",
|
||||
"name": "data"
|
||||
},
|
||||
{
|
||||
@ -4853,7 +4853,7 @@
|
||||
"returnType": "unsigned int",
|
||||
"params": [
|
||||
{
|
||||
"type": "unsigned char *",
|
||||
"type": "const unsigned char *",
|
||||
"name": "data"
|
||||
},
|
||||
{
|
||||
@ -4868,7 +4868,7 @@
|
||||
"returnType": "unsigned int *",
|
||||
"params": [
|
||||
{
|
||||
"type": "unsigned char *",
|
||||
"type": "const unsigned char *",
|
||||
"name": "data"
|
||||
},
|
||||
{
|
||||
@ -4883,7 +4883,7 @@
|
||||
"returnType": "unsigned int *",
|
||||
"params": [
|
||||
{
|
||||
"type": "unsigned char *",
|
||||
"type": "const unsigned char *",
|
||||
"name": "data"
|
||||
},
|
||||
{
|
||||
@ -4898,7 +4898,7 @@
|
||||
"returnType": "unsigned int *",
|
||||
"params": [
|
||||
{
|
||||
"type": "unsigned char *",
|
||||
"type": "const unsigned char *",
|
||||
"name": "data"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user