From 7d6663eeb68bf9d0a3dff86128827c0c1d85df69 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 7 Apr 2010 01:17:28 -0400 Subject: Implement CSG in front-end. --- 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 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, -- cgit v1.2.3