diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-11-23 13:14:16 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-11-23 13:14:16 -0500 |
commit | d6cfecdc224e95f1379f918d642074eada40627f (patch) | |
tree | a51324383ad8f1cf5d968ba41690d1f7ac7cbad5 /dimension/parse.h | |
parent | b49cf79b57af160ba190fea76d7143cce3428985 (diff) | |
download | dimension-d6cfecdc224e95f1379f918d642074eada40627f.tar.xz |
Implement pigment maps.
Diffstat (limited to 'dimension/parse.h')
-rw-r--r-- | dimension/parse.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dimension/parse.h b/dimension/parse.h index 7bff5ba..62a0782 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -79,6 +79,9 @@ typedef enum { DMNSN_AST_COLOR_LIST, DMNSN_AST_COLOR_MAP, DMNSN_AST_COLOR_MAP_ENTRY, + DMNSN_AST_PIGMENT_LIST, + DMNSN_AST_PIGMENT_MAP, + DMNSN_AST_PIGMENT_MAP_ENTRY, DMNSN_AST_QUICK_COLOR, DMNSN_AST_IMAGE_MAP, DMNSN_AST_PNG, |