From e261cff9bf8f4f42a769fecc5414d42b582dc9f7 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 14 Jan 2010 00:07:46 -0500 Subject: Begin parsing finishes. --- dimension/parse.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'dimension/parse.h') diff --git a/dimension/parse.h b/dimension/parse.h index 2b2a878..7a7ded2 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -53,8 +53,15 @@ typedef enum { DMNSN_AST_OBJECT_MODIFIERS, DMNSN_AST_TEXTURE, + DMNSN_AST_PIGMENT, + DMNSN_AST_FINISH, + DMNSN_AST_AMBIENT, + DMNSN_AST_DIFFUSE, + DMNSN_AST_PHONG, + DMNSN_AST_PHONG_SIZE, + DMNSN_AST_FLOAT, DMNSN_AST_INTEGER, -- cgit v1.2.3