diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-11-26 17:21:37 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-11-26 18:58:42 -0500 |
commit | b437554ae933f99a59054e6589177ca8380a3a97 (patch) | |
tree | bbf5708813e3892b23dad4886c0f6228ab5c3e58 /dimension/parse.h | |
parent | c0a0ee5ae71b97b1400efddb4c374e1d13701fa3 (diff) | |
download | dimension-b437554ae933f99a59054e6589177ca8380a3a97.tar.xz |
Add cameras to grammar.
Diffstat (limited to 'dimension/parse.h')
-rw-r--r-- | dimension/parse.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dimension/parse.h b/dimension/parse.h index f0bc994..d6c6b0e 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -29,6 +29,16 @@ typedef enum { DMNSN_AST_SCALE, DMNSN_AST_TRANSLATION, + DMNSN_AST_CAMERA, + DMNSN_AST_PERSPECTIVE, + DMNSN_AST_LOCATION, + DMNSN_AST_RIGHT, + DMNSN_AST_UP, + DMNSN_AST_SKY, + DMNSN_AST_ANGLE, + DMNSN_AST_LOOK_AT, + DMNSN_AST_DIRECTION, + DMNSN_AST_BACKGROUND, DMNSN_AST_BOX, |