Update raylib_api.* by CI
This commit is contained in:
parent
55a25ac04b
commit
1c7b18923c
4 changed files with 473 additions and 446 deletions
|
@ -4067,6 +4067,14 @@ return {
|
|||
description = "Get the directory of the running application (uses static string)",
|
||||
returnType = "const char *"
|
||||
},
|
||||
{
|
||||
name = "MakeDirectory",
|
||||
description = "Create directories (including full path requested), returns 0 on success",
|
||||
returnType = "int",
|
||||
params = {
|
||||
{type = "const char *", name = "dirPath"}
|
||||
}
|
||||
},
|
||||
{
|
||||
name = "ChangeDirectory",
|
||||
description = "Change working directory, return true on success",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue