it's working on web and in window, waow
This commit is contained in:
@@ -34,6 +34,9 @@ void mt_ui(ma_arena_t *arena) {
|
||||
sb8_t *h = sb8_serial_begin(arena);
|
||||
sb8_t *c = sb8_serial_begin(arena);
|
||||
|
||||
sb8_printf(h, "// automatically generated using: " __FILE__ "\n");
|
||||
sb8_printf(c, "// automatically generated using: " __FILE__ "\n");
|
||||
|
||||
///////////////////////////////
|
||||
// generate types
|
||||
for (ast_t *it = table->first; it; it = it->next) {
|
||||
|
||||
Reference in New Issue
Block a user