From a893d72c2caf3b8dc457115f6409b6bf66a5adbc Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 25 Feb 2010 02:10:26 -0500 Subject: Parse interiors. --- dimension/parse.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dimension/parse.h') diff --git a/dimension/parse.h b/dimension/parse.h index 9db4981..9511eab 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -66,6 +66,9 @@ typedef enum { DMNSN_AST_REFLECTION_ITEMS, DMNSN_AST_FALLOFF, + DMNSN_AST_INTERIOR, + DMNSN_AST_IOR, + DMNSN_AST_FLOAT, DMNSN_AST_INTEGER, -- cgit v1.2.3