]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ir.h
Merge branch 'master' into test-suite
[xonotic/gmqcc.git] / ir.h
diff --git a/ir.h b/ir.h
index 9b5171d26908dd6423ef07859d5cc830d7b746c6..06efa5b21600264a8c29399f37a94ead961b8030 100644 (file)
--- a/ir.h
+++ b/ir.h
@@ -290,6 +290,8 @@ typedef struct ir_builder_s
     ir_value    **globals;
     ir_value    **fields;
 
+    ir_value    **extparams;
+
     const char **filenames;
     qcint       *filestrings;
     /* we cache the #IMMEDIATE string here */