diff options
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/raylib.h b/src/raylib.h index 488f6e43..31fa35c6 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -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; |
