rlparser: update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2025-10-15 17:36:24 +00:00
parent fd28db53ad
commit b020bed2b3
5 changed files with 474 additions and 440 deletions

View File

@ -4851,6 +4851,21 @@
}
]
},
{
"name": "ComputeSHA256",
"description": "Compute SHA256 hash code, returns static int[8] (32 bytes)",
"returnType": "unsigned int *",
"params": [
{
"type": "unsigned char *",
"name": "data"
},
{
"type": "int",
"name": "dataSize"
}
]
},
{
"name": "LoadAutomationEventList",
"description": "Load automation events list from file, NULL for empty list, capacity = MAX_AUTOMATION_EVENTS",