Moved ncore to Void and fixed up projects.

This commit is contained in:
2026-01-07 12:05:16 +01:00
parent b30e04f2fa
commit 7d832c6ea7
2 changed files with 2 additions and 2 deletions

View File

@@ -2626,7 +2626,7 @@ pretty_print_symbol_table :: (ctx : *Compiler_Context, allocator : Allocator) ->
#scope_module
#import "ncore";
#import "Void";
#import "Hash_Table";
#import "String";
#import "Random";

View File

@@ -661,4 +661,4 @@ codegen :: (state : *Codegen_State) {
}
#scope_module
#import "ncore";
#import "Void";