diff options
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index e03adeab8..de0922650 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -156,6 +156,7 @@ bool is_entity_exported(Entity *e) { return name[0] != '_'; } + gb_global u64 global_entity_id = 0; Entity *alloc_entity(gbAllocator a, EntityKind kind, Scope *scope, Token token, Type *type) { |