X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=gmqcc.h;h=fc93d92b002857e7476d187679194156891bd460;hb=a0fa90ddd555f7d55042b0fb542e63e6b10ad7e2;hp=0031227457eded092b0b4d25d7e5793b5d45d464;hpb=b8e536d409a98bcd80d266e85dcc6b9a7c2a3c2c;p=xonotic%2Fgmqcc.git diff --git a/gmqcc.h b/gmqcc.h index 0031227..fc93d92 100644 --- a/gmqcc.h +++ b/gmqcc.h @@ -734,7 +734,9 @@ typedef struct { * code_pop_statement -- keeps statements and linenumbers together */ bool code_write (code_t *, const char *filename, const char *lno); +GMQCC_WARN code_t *code_init (void); +void code_cleanup (code_t *); uint32_t code_genstring (code_t *, const char *string); qcint code_alloc_field (code_t *, size_t qcsize); void code_push_statement(code_t *, prog_section_statement *stmt, int linenum);