Blender V2.61 - r43446
|
#include <BKE_mball.h>
Public Attributes | |
struct pgn_elements * | next |
struct pgn_elements * | prev |
char * | data |
Definition at line 126 of file BKE_mball.h.
char* pgn_elements::data |
Definition at line 128 of file BKE_mball.h.
Referenced by new_pgn_element().
struct pgn_elements* pgn_elements::next |
Definition at line 127 of file BKE_mball.h.
Referenced by new_pgn_element().
struct pgn_elements * pgn_elements::prev |
Definition at line 127 of file BKE_mball.h.