Merge branch 'master' into odin-global-constants-as-enums

This commit is contained in:
gingerBill
2022-02-15 15:47:24 +00:00
committed by GitHub
113 changed files with 5553 additions and 4255 deletions
+1
View File
@@ -95,6 +95,7 @@ Type_Info_Enumerated_Array :: struct {
count: int,
min_value: Type_Info_Enum_Value,
max_value: Type_Info_Enum_Value,
is_sparse: bool,
}
Type_Info_Dynamic_Array :: struct {elem: ^Type_Info, elem_size: int}
Type_Info_Slice :: struct {elem: ^Type_Info, elem_size: int}