Add nbrutil to modules. Move static array to nbrutil

This commit is contained in:
2024-07-16 14:31:54 +02:00
parent c5758bd023
commit 0471dbe7d7
6 changed files with 10 additions and 44 deletions

View File

@@ -8,8 +8,9 @@
// [x] Improve error reporting on mismatched overloads when types don't match, but arity does
// [x] Improve error reporting for type mismatches in general. It seems like the expect node is not always correct.
#load "static_array.jai";
#import "nbrutil";
#import "Hash_Table";
#import "String";
VERTEX_MAIN_FUNCTION_PREFIX :: "vertex";
PIXEL_MAIN_FUNCTION_PREFIX :: "pixel";