From 9af188db64514fd5dd6db0a0bf82920b9b661758 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 25 Nov 2009 01:42:37 -0500 Subject: Implement object modifiers and rotation. --- dimension/parse.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dimension/parse.h') diff --git a/dimension/parse.h b/dimension/parse.h index 5801cdf..ea9ec87 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -33,6 +33,8 @@ typedef enum { DMNSN_AST_VECTOR, DMNSN_AST_BOX, DMNSN_AST_SPHERE, + DMNSN_AST_ROTATION, + DMNSN_AST_OBJECT_MODIFIERS, } dmnsn_astnode_type; typedef struct dmnsn_astnode dmnsn_astnode; -- cgit v1.2.3