From 4ddd6b7f2ec82155b7535062b4af67618ce70e30 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 7 Nov 2010 17:39:23 -0500 Subject: Support checkered pigments in dimension. --- dimension/parse.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dimension/parse.h') 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, -- cgit v1.2.3