From c8667ce6ae94929e9bc06c9af51b6589bc528946 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 17 Jun 2010 09:16:20 -0600 Subject: Fully implement POV-Ray transformations. --- dimension/common.nonterminals | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dimension/common.nonterminals') diff --git a/dimension/common.nonterminals b/dimension/common.nonterminals index 1d39424..5f915c5 100644 --- a/dimension/common.nonterminals +++ b/dimension/common.nonterminals @@ -25,6 +25,8 @@ /* Transformations */ %type TRANSFORMATION +%type TRANSFORMATION_ITEMS +%type TRANSFORMATION_ITEM /* The camera */ %type CAMERA -- cgit v1.2.3