From cbdaf9ff41649174b72b0453b8a399f6abb11e8f Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 14 Jan 2010 01:00:09 -0500 Subject: Support reflective finishes. --- 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 7a7ded2..13fd5ff 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -62,6 +62,10 @@ typedef enum { DMNSN_AST_PHONG, DMNSN_AST_PHONG_SIZE, + DMNSN_AST_REFLECTION, + DMNSN_AST_REFLECTION_ITEMS, + DMNSN_AST_FALLOFF, + DMNSN_AST_FLOAT, DMNSN_AST_INTEGER, -- cgit v1.2.3