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 ea9ec87..dc90e6d 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -34,6 +34,8 @@ typedef enum { DMNSN_AST_BOX, DMNSN_AST_SPHERE, DMNSN_AST_ROTATION, + DMNSN_AST_SCALE, + DMNSN_AST_TRANSLATION, DMNSN_AST_OBJECT_MODIFIERS, } dmnsn_astnode_type; |