Просмотр исходного кода

Added documentation comments for

pull/5525/head
XenoMustache 2 дней назад
Родитель
Сommit
9ece0eeeb8
1 измененных файлов: 2 добавлений и 0 удалений
  1. +2
    -0
      src/rcore.c

+ 2
- 0
src/rcore.c Просмотреть файл

@ -2762,6 +2762,8 @@ FilePathList LoadDirectoryFiles(const char *dirPath)
}
// Load directory filepaths with extension filtering and recursive directory scan
// Use 'DIR*' to include directories on directory scan
// Use '*.*' to include all file types and directories on directory scan
// WARNING: Directory is scanned twice, first time to get files count
FilePathList LoadDirectoryFilesEx(const char *basePath, const char *filter, bool scanSubdirs)
{

Загрузка…
Отмена
Сохранить