Improving multimedia, trying to add a single c library mode

This commit is contained in:
Krzosa Karol
2022-10-02 12:53:29 +02:00
parent 5baff3585e
commit e098663d82
9 changed files with 152 additions and 100 deletions

View File

@@ -1,5 +1,10 @@
global B32 emit_line_directives = true;
global B32 emit_type_info = true;
global String symbol_prefix = ""_s;
thread_local Parse_Ctx *pctx;
thread_local B32 emit_line_directives;
Allocator *bigint_allocator;
global S64 bigint_allocation_count;