Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2024-10-17 23:15:33 +00:00
parent 80393c0fb6
commit c6d67f006d
4 changed files with 465 additions and 431 deletions

View File

@ -4721,6 +4721,21 @@
}
]
},
{
"name": "ComputeSHA1",
"description": "Compute SHA1 hash code, returns static int[5] (20 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",