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

@ -4296,6 +4296,15 @@ return {
{type = "int", name = "dataSize"}
}
},
{
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",