]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
It's the same TYPE enum...
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index 78c7f5041c1794fb5734e251b9eaad824c32c726..7290cb61392ac35501be7508e3c5016ce70ba29f 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -533,8 +533,10 @@ VECTOR_PROT(char,                   code_chars     );
  * code_write -- writes out the compiled file
  * code_init  -- prepares the code file
  */
-void code_write ();
-void code_init  ();
+bool     code_write       (const char *filename);
+void     code_init        ();
+uint32_t code_genstring   (const char *string);
+uint32_t code_cachedstring(const char *string);
 
 /*===================================================================*/
 /*========================= assembler.c =============================*/