mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-28 00:01:48 -07:00
Do using Foo :: enum at the type_decl stage
This commit is contained in:
@@ -88,7 +88,6 @@ Type_Info_Enum :: struct {
|
||||
base: ^Type_Info,
|
||||
names: []string,
|
||||
values: []Type_Info_Enum_Value,
|
||||
is_using: bool, // TODO(bill): Should this be in the `Type_Info`?
|
||||
};
|
||||
Type_Info_Map :: struct {
|
||||
key: ^Type_Info,
|
||||
|
||||
Reference in New Issue
Block a user