Files
raylib/examples/models
Ray b8f67c6285 WARNING: BREAKING: REDESIGNED: Filepath loading API
REDESIGNED: `LoadDirectoryFiles()`
ADDED: `LoadDirectoryFilesEx()`
REDESIGNED: `LoadDroppedFiles()`
ADDED: `IsPathFile()`

This BIG BREAKING change simplifies the functions and gives more control to the user:
 - A new `struct FilePathList` has been added to avoid exposing complex pointers.
 - User is responsible of memory loading/unloading
 - Filepaths loading support recursive directories and file extension filters
2022-06-11 23:24:13 +02:00
..
2021-10-22 21:24:26 +02:00
2019-05-18 01:31:48 +02:00
2017-04-04 01:54:49 +02:00
2021-10-14 15:38:50 +02:00
2017-10-17 11:52:01 +02:00
2018-06-21 16:48:20 +02:00
2021-04-22 18:55:24 +02:00