diff options
Diffstat (limited to 'dimension/parse.h')
-rw-r--r-- | dimension/parse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dimension/parse.h b/dimension/parse.h index 5801cdf..ea9ec87 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -33,6 +33,8 @@ typedef enum { DMNSN_AST_VECTOR, DMNSN_AST_BOX, DMNSN_AST_SPHERE, + DMNSN_AST_ROTATION, + DMNSN_AST_OBJECT_MODIFIERS, } dmnsn_astnode_type; typedef struct dmnsn_astnode dmnsn_astnode; |