mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 18:02:22 -07:00
Match statements; Type System change (Type_Record for all sum and product types)
This commit is contained in:
@@ -27,6 +27,7 @@ String const entity_strings[] = {
|
||||
|
||||
|
||||
typedef i64 EntityGuid;
|
||||
typedef struct Type Type;
|
||||
|
||||
struct Entity {
|
||||
EntityKind kind;
|
||||
|
||||
Reference in New Issue
Block a user