|
Blender
V2.93
|
#include <BLI_fileops_types.h>
Public Attributes | |
| struct dirlink * | next |
| struct dirlink * | prev |
| char * | name |
Definition at line 58 of file BLI_fileops_types.h.
| char* dirlink::name |
Definition at line 60 of file BLI_fileops_types.h.
Referenced by bli_builddir().
| struct dirlink* dirlink::next |
Definition at line 59 of file BLI_fileops_types.h.
Referenced by bli_builddir().
| struct dirlink * dirlink::prev |
Definition at line 59 of file BLI_fileops_types.h.