]> 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 5a09b434764598f282d7ecf10f8981a8b65d2eb7..3b7ebdca0c22aceea61ead4ec6baceeb5ab3c0e7 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -133,6 +133,8 @@ struct ast_value_s
         const char   *vstring;
         int           ventity;
         ast_function *vfunc;
+        quaternion    vquat;
+        matrix        vmat;
     } constval;
 
     ir_value *ir_v;