|
Blender V4.3
|
#include <BLI_fileops_types.h>
Public Attributes | |
| struct dirlink * | next |
| struct dirlink * | prev |
| char * | name |
Definition at line 43 of file BLI_fileops_types.h.
| char* dirlink::name |
Definition at line 45 of file BLI_fileops_types.h.
Referenced by bli_builddir().
| struct dirlink* dirlink::next |
Definition at line 44 of file BLI_fileops_types.h.
Referenced by bli_builddir().
| struct dirlink * dirlink::prev |
Definition at line 44 of file BLI_fileops_types.h.