summaryrefslogtreecommitdiffstats
path: root/dimension/parse.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-01-14 01:00:09 -0500
committerTavian Barnes <tavianator@gmail.com>2010-01-14 01:00:09 -0500
commitcbdaf9ff41649174b72b0453b8a399f6abb11e8f (patch)
treefeecf5e43b7b4487b883514b2744fe17edf1f903 /dimension/parse.h
parente261cff9bf8f4f42a769fecc5414d42b582dc9f7 (diff)
downloaddimension-cbdaf9ff41649174b72b0453b8a399f6abb11e8f.tar.xz
Support reflective finishes.
Diffstat (limited to 'dimension/parse.h')
-rw-r--r--dimension/parse.h4
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,