]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
Merge branch 'master' into blub/bc3
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index 17f685030e669d80ff9295b3b6985761584e8858..ce56cc235b0e9a30427b9431d572819eb4f37857 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -111,6 +111,8 @@ struct ast_value_s
         const char   *vstring;
         int           ventity;
         ast_function *vfunc;
+        quaternion    vquat;
+        matrix        vmat;
     } constval;
 
     ir_value *ir_v;