diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-10-20 19:08:05 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-10-20 19:08:05 -0400 |
commit | 0cb8dcce563a36dd2adb8e4d941cbac4adcb8561 (patch) | |
tree | f88e290a73fa863488960f4142eae57a6cffbdfc /dimension/parse.h | |
parent | 59481d4e4421cc7d0610d49c6dbec720de1f11ea (diff) | |
download | dimension-0cb8dcce563a36dd2adb8e4d941cbac4adcb8561.tar.xz |
Add cones to dimension.
Diffstat (limited to 'dimension/parse.h')
-rw-r--r-- | dimension/parse.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |