Blender V2.61 - r43446
|
#include <WM_types.h>
Public Attributes | |
struct wmReport * | next |
struct wmReport * | prev |
const char * | typestr |
char * | message |
int | type |
Definition at line 507 of file WM_types.h.
char* wmReport::message |
Definition at line 510 of file WM_types.h.
struct wmReport* wmReport::next |
Definition at line 508 of file WM_types.h.
struct wmReport * wmReport::prev |
Definition at line 508 of file WM_types.h.
int wmReport::type |
Definition at line 511 of file WM_types.h.
const char* wmReport::typestr |
Definition at line 509 of file WM_types.h.