]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
Convenience function to store a predefined string in the qc string area
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index e09f17589d93402a61fc03d1d523a4ae9acab91e..7178c8f3cac0fb69accb3841c9cb763be7880d1f 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -533,8 +533,9 @@ VECTOR_PROT(char,                   code_chars     );
  * code_write -- writes out the compiled file
  * code_init  -- prepares the code file
  */
-bool code_write (const char *filename);
-void code_init  ();
+bool     code_write     (const char *filename);
+void     code_init      ();
+uint32_t code_genstring (const char *string);
 
 /*===================================================================*/
 /*========================= assembler.c =============================*/