diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-11-25 20:10:13 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-11-25 20:10:13 -0500 |
commit | 48ded3e40b77d2c072429854e2ebf81744c3e552 (patch) | |
tree | ff693e40dd3185c9e89ca07bef468e9b2a294d0e /dimension/parse.h | |
parent | cc79ac6130baca3179de24004420ce1d0199a140 (diff) | |
download | dimension-48ded3e40b77d2c072429854e2ebf81744c3e552.tar.xz |
Implement point lights.
Diffstat (limited to 'dimension/parse.h')
-rw-r--r-- | dimension/parse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dimension/parse.h b/dimension/parse.h index eeb4492..1bf4436 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -30,6 +30,7 @@ typedef enum { DMNSN_AST_TRANSLATION, DMNSN_AST_BOX, + DMNSN_AST_LIGHT_SOURCE, DMNSN_AST_SPHERE, DMNSN_AST_OBJECT_MODIFIERS, |