summaryrefslogtreecommitdiffstats
path: root/dimension/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'dimension/parse.h')
-rw-r--r--dimension/parse.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dimension/parse.h b/dimension/parse.h
index a34e546..64fbf25 100644
--- a/dimension/parse.h
+++ b/dimension/parse.h
@@ -47,8 +47,12 @@ typedef enum {
DMNSN_AST_DIRECTION,
DMNSN_AST_BOX,
+ DMNSN_AST_DIFFERENCE,
+ DMNSN_AST_INTERSECTION,
DMNSN_AST_LIGHT_SOURCE,
+ DMNSN_AST_MERGE,
DMNSN_AST_SPHERE,
+ DMNSN_AST_UNION,
DMNSN_AST_OBJECT_MODIFIERS,