From d6cfecdc224e95f1379f918d642074eada40627f Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 23 Nov 2010 13:14:16 -0500 Subject: Implement pigment maps. --- dimension/parse.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dimension/parse.h') 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, -- cgit v1.2.3