]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - parser.h
Cleanups
[xonotic/gmqcc.git] / parser.h
index 147d292b3314cd20f98e5a42701750b10ee61023..15c0ce40e6c293617cc37b50d348b848977880f1 100644 (file)
--- a/parser.h
+++ b/parser.h
@@ -112,4 +112,7 @@ ast_expression *fold_constgen_vector(fold_t *, vec3_t);
 ast_expression *fold_constgen_string(fold_t *, const char *, bool);
 bool            fold_generate       (fold_t *, ir_builder *);
 ast_expression *fold_op             (fold_t *, const oper_info *, ast_expression**);
+
+int             fold_cond           (ir_value *, ast_function *, ast_ifthen *);
+
 #endif