Blender V2.61 - r43446
|
#include <BLI_fileops_types.h>
Public Attributes | |
struct dirlink * | next |
struct dirlink * | prev |
char * | name |
Definition at line 71 of file BLI_fileops_types.h.
char* dirlink::name |
Definition at line 74 of file BLI_fileops_types.h.
Referenced by bli_builddir().
struct dirlink* dirlink::next |
Definition at line 73 of file BLI_fileops_types.h.
Referenced by bli_builddir().
struct dirlink * dirlink::prev |
Definition at line 73 of file BLI_fileops_types.h.