Zen API
|
#define kBeginArrayValue | ( | PREFIX, | |
SYMBOL, | |||
TYPE, | |||
BASE | |||
) |
Starts the definition of an array-based value type.
PREFIX | Function/data declaration prefix (e.g. k). |
SYMBOL | Value symbol(e.g. kText32). |
TYPE | Array element type symbol(e.g. kChar). |
BASE | Value base symbol (typically kValue). |