Files
raylib/examples/text
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-12-01 15:12:56 +01:00
2021-04-22 18:55:24 +02:00
2021-09-02 00:35:55 +02:00
2018-07-15 20:24:18 +02:00
2017-04-14 15:37:36 +02:00
2017-04-16 19:08:19 +02:00
2019-05-14 15:34:23 +02:00
2019-04-23 20:48:00 +03:00
2019-05-20 16:36:42 +02:00