mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-18 09:18:15 +00:00
REVIEWED: FilePathList
, consider maximum capacity
This commit is contained in:
@@ -484,6 +484,7 @@ typedef struct VrStereoConfig {
|
||||
|
||||
// File path list
|
||||
typedef struct FilePathList {
|
||||
unsigned int capacity; // Filepaths max entries
|
||||
unsigned int count; // Filepaths entries count
|
||||
char **paths; // Filepaths entries
|
||||
} FilePathList;
|
||||
|
Reference in New Issue
Block a user