diff options
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 e81f76e..d9b9195 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -48,6 +48,7 @@ typedef enum { DMNSN_AST_OBJECT, DMNSN_AST_BOX, + DMNSN_AST_CYLINDER, DMNSN_AST_DIFFERENCE, DMNSN_AST_INTERSECTION, DMNSN_AST_LIGHT_SOURCE, |