This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Archivist
/
raylib-src
огледало од
https://github.com/raysan5/raylib
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
24
Вики
Activity
Преглед изворни кода
Fix GetDirectoryFiles description
The comment sais it allows max 256 files, but the MAX_DIRECTORY_FILES define actually is set to 512.
pull/676/head
Michael Vetter
пре 6 година
родитељ
65b5de962d
комит
b13c9716e4
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/core.c
+ 1
- 1
src/core.c
Прегледај датотеку
@ -1629,7 +1629,7 @@ const char *GetWorkingDirectory(void)
return
currentDir
;
}
/
/
Get
filenames
in
a
directory
path
(
max
256
files
)
/
/
Get
filenames
in
a
directory
path
(
max
512
files
)
/
/
NOTE
:
Files
count
is
returned
by
parameters
pointer
char
*
*
GetDirectoryFiles
(
const
char
*
dirPath
,
int
*
fileCount
)
{
Write
Preview
Loading…
Откажи
Сачувај