diff options
Diffstat (limited to 'dimension/parse.h')
-rw-r--r-- | dimension/parse.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dimension/parse.h b/dimension/parse.h index 9db4981..9511eab 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -66,6 +66,9 @@ typedef enum { DMNSN_AST_REFLECTION_ITEMS, DMNSN_AST_FALLOFF, + DMNSN_AST_INTERIOR, + DMNSN_AST_IOR, + DMNSN_AST_FLOAT, DMNSN_AST_INTEGER, |