From 7577a2b69f9a77962912753b6768b38db4e3c454 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 15 Apr 2010 23:31:24 -0400 Subject: Initial support for image_maps. --- dimension/parse.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dimension/parse.h') diff --git a/dimension/parse.h b/dimension/parse.h index 9d9e84f..6e5ef09 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -61,6 +61,8 @@ typedef enum { DMNSN_AST_PIGMENT, DMNSN_AST_PIGMENT_MODIFIERS, + DMNSN_AST_IMAGE_MAP, + DMNSN_AST_PNG, DMNSN_AST_FINISH, DMNSN_AST_AMBIENT, -- cgit v1.2.3