Add nbrutil to modules. Move static array to nbrutil
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user