diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-01-14 01:00:09 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-01-14 01:00:09 -0500 |
commit | cbdaf9ff41649174b72b0453b8a399f6abb11e8f (patch) | |
tree | feecf5e43b7b4487b883514b2744fe17edf1f903 /dimension/parse.h | |
parent | e261cff9bf8f4f42a769fecc5414d42b582dc9f7 (diff) | |
download | dimension-cbdaf9ff41649174b72b0453b8a399f6abb11e8f.tar.xz |
Support reflective finishes.
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, |