From 0cb8dcce563a36dd2adb8e4d941cbac4adcb8561 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 20 Oct 2010 19:08:05 -0400 Subject: Add cones to dimension. --- dimension/parse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dimension/parse.h') diff --git a/dimension/parse.h b/dimension/parse.h index d9b9195..556465e 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -48,6 +48,7 @@ typedef enum { DMNSN_AST_OBJECT, DMNSN_AST_BOX, + DMNSN_AST_CONE, DMNSN_AST_CYLINDER, DMNSN_AST_DIFFERENCE, DMNSN_AST_INTERSECTION, -- cgit v1.2.3