]> 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 187ec882cb8093dc6f09d24374be9fa0944012e5..3dc30b2221c4c278906eb3a076ff7bbb934a1d13 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;