|
Blender
V2.59
|
#include <BLI_storage_types.h>
Public Attributes | |
| struct dirlink * | next |
| struct dirlink * | prev |
| char * | name |
Definition at line 72 of file BLI_storage_types.h.
| char* dirlink::name |
Definition at line 75 of file BLI_storage_types.h.
Referenced by BLI_builddir().
| struct dirlink* dirlink::next |
Definition at line 74 of file BLI_storage_types.h.
Referenced by BLI_builddir().
| struct dirlink * dirlink::prev |
Definition at line 74 of file BLI_storage_types.h.