|
Zen API
|
| #define kAddField | ( | VALUE, | |
| FIELD_TYPE, | |||
| FIELD | |||
| ) |
Within a structure type definition, indicates that a structure has the specified field.
| VALUE | Structure type (e.g. kPoint32s). |
| FIELD_TYPE | Field type (e.g. k32s). |
| FIELD | Field name (e.g. x). |