aboutsummaryrefslogtreecommitdiff
path: root/src/checker/entity.cpp
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2016-09-01 20:38:44 +0100
committerGinger Bill <bill@gingerbill.org>2016-09-01 20:38:44 +0100
commitfa09d805e23c59cb881573a7a1aee5fbc5752ea2 (patch)
tree5407c69e5f63b0d3dcab9eef6fee323273070445 /src/checker/entity.cpp
parentff6e21cb879397982cddf3cf5f47bba681271a2c (diff)
Match statements; Type System change (Type_Record for all sum and product types)
Diffstat (limited to 'src/checker/entity.cpp')
-rw-r--r--src/checker/entity.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checker/entity.cpp b/src/checker/entity.cpp
index 480e619a9..dd978e810 100644
--- a/src/checker/entity.cpp
+++ b/src/checker/entity.cpp
@@ -27,6 +27,7 @@ String const entity_strings[] = {
typedef i64 EntityGuid;
+typedef struct Type Type;
struct Entity {
EntityKind kind;