diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-05-29 15:02:00 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-05-29 15:02:00 +0000 |
| commit | a942a3bc70d994183fdd94b0346ba34211c50b20 (patch) | |
| tree | f1cd628fa08b64345b58e76c2002efe44f9cc4d7 /parser/output/raylib_api.json | |
| parent | c335c3c52c27ee68765ab3c3dde65190dbebe55c (diff) | |
| download | raylib-a942a3bc70d994183fdd94b0346ba34211c50b20.tar.gz raylib-a942a3bc70d994183fdd94b0346ba34211c50b20.zip | |
Update raylib_api.* by CI
Diffstat (limited to 'parser/output/raylib_api.json')
| -rw-r--r-- | parser/output/raylib_api.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json index 5a9f4fc5..f2a9cc61 100644 --- a/parser/output/raylib_api.json +++ b/parser/output/raylib_api.json @@ -4500,6 +4500,17 @@ ] }, { + "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", "returnType": "FilePathList", |
