summaryrefslogtreecommitdiffstats
path: root/dimension/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'dimension/parse.h')
-rw-r--r--dimension/parse.h7
1 files changed, 7 insertions, 0 deletions
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,