From 80b15832f59b5a5b4e7476c6eb4099b6edccbb1b Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 22 Mar 2010 13:53:24 -0400 Subject: Handle built-in vector IDs the same way as floats. --- dimension/parse.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dimension/parse.h') diff --git a/dimension/parse.h b/dimension/parse.h index ca1771b..09931d1 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -128,6 +128,10 @@ typedef enum { DMNSN_AST_PI, DMNSN_AST_TRUE, DMNSN_AST_FALSE, + DMNSN_AST_X, + DMNSN_AST_Y, + DMNSN_AST_Z, + DMNSN_AST_T, DMNSN_AST_EQUAL, DMNSN_AST_NOT_EQUAL, -- cgit v1.2.3