Change type info table to be initializable constantly

[]Type_Info -> []^Type_Info
This commit is contained in:
gingerBill
2024-02-27 15:07:55 +00:00
parent cba8cb2201
commit 51edf01162
4 changed files with 95 additions and 919 deletions

View File

@@ -365,6 +365,9 @@ enum Typeid_Kind : u8 {
Typeid_Matrix,
Typeid_SoaPointer,
Typeid_Bit_Field,
Typeid__COUNT
};
// IMPORTANT NOTE(bill): This must match the same as the in core.odin