mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Use a giant packed struct working for type info table
This commit is contained in:
@@ -254,6 +254,7 @@ Typeid_Kind :: enum u8 {
|
||||
Relative_Pointer,
|
||||
Relative_Multi_Pointer,
|
||||
Matrix,
|
||||
Soa_Pointer,
|
||||
}
|
||||
#assert(len(Typeid_Kind) < 32)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user