Add bit_set type

This commit is contained in:
gingerBill
2018-08-14 17:07:56 +01:00
parent 89f4e7a8db
commit acc010cba5
14 changed files with 509 additions and 45 deletions
+4 -1
View File
@@ -99,7 +99,9 @@ Type_Info_Bit_Field :: struct {
bits: []i32,
offsets: []i32,
};
Type_Info_Bit_Set :: struct {
base: ^Type_Info,
};
Type_Info :: struct {
size: int,
@@ -127,6 +129,7 @@ Type_Info :: struct {
Type_Info_Enum,
Type_Info_Map,
Type_Info_Bit_Field,
Type_Info_Bit_Set,
},
}