mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-18 17:08:21 +00:00
Change type info table to be initializable constantly
[]Type_Info -> []^Type_Info
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user