summaryrefslogtreecommitdiffstats
path: root/dimension/parse.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-11-07 17:39:23 -0500
committerTavian Barnes <tavianator@gmail.com>2010-11-07 17:39:23 -0500
commit4ddd6b7f2ec82155b7535062b4af67618ce70e30 (patch)
treed5a552473831b3b92030d0e33a1bafe7169737b8 /dimension/parse.h
parentd3250a168254ebc6aa0087dfcfee5d7dfead9703 (diff)
downloaddimension-4ddd6b7f2ec82155b7535062b4af67618ce70e30.tar.xz
Support checkered pigments in dimension.
Diffstat (limited to 'dimension/parse.h')
-rw-r--r--dimension/parse.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dimension/parse.h b/dimension/parse.h
index 482c4ad..6e09302 100644
--- a/dimension/parse.h
+++ b/dimension/parse.h
@@ -61,10 +61,14 @@ typedef enum {
DMNSN_AST_OBJECT_MODIFIERS,
+ DMNSN_AST_PATTERN,
+ DMNSN_AST_CHECKER,
+
DMNSN_AST_TEXTURE,
DMNSN_AST_PIGMENT,
DMNSN_AST_PIGMENT_MODIFIERS,
+ DMNSN_AST_COLOR_LIST,
DMNSN_AST_IMAGE_MAP,
DMNSN_AST_PNG,