mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-04 17:54:39 +00:00
#alias type declarations; core library additions; _global import name for the global scope
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user