Single header mode sort of working

This commit is contained in:
Krzosa Karol
2022-10-02 13:40:04 +02:00
parent e098663d82
commit b10f3840df
5 changed files with 88 additions and 30 deletions

View File

@@ -1,6 +1,8 @@
global B32 emit_line_directives = true;
global B32 emit_type_info = true;
global String symbol_prefix = ""_s;
global B32 single_header_library_mode = false;
global String single_header_library_name = ""_s;