Update raylib_api.* by CI
This commit is contained in:
parent
c335c3c52c
commit
a942a3bc70
4 changed files with 456 additions and 429 deletions
|
@ -4058,6 +4058,14 @@ return {
|
|||
{type = "const char *", name = "path"}
|
||||
}
|
||||
},
|
||||
{
|
||||
name = "IsFileNameValid",
|
||||
description = "Check if fileName is valid for the platform/OS",
|
||||
returnType = "bool",
|
||||
params = {
|
||||
{type = "const char *", name = "fileName"}
|
||||
}
|
||||
},
|
||||
{
|
||||
name = "LoadDirectoryFiles",
|
||||
description = "Load directory filepaths",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue