diff options
Diffstat (limited to 'dimension/parse.h')
-rw-r--r-- | dimension/parse.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dimension/parse.h b/dimension/parse.h index 7a7ded2..13fd5ff 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -62,6 +62,10 @@ typedef enum { DMNSN_AST_PHONG, DMNSN_AST_PHONG_SIZE, + DMNSN_AST_REFLECTION, + DMNSN_AST_REFLECTION_ITEMS, + DMNSN_AST_FALLOFF, + DMNSN_AST_FLOAT, DMNSN_AST_INTEGER, |