mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-15 02:12:22 -07:00
foreign blocks for procedures
This commit is contained in:
@@ -95,6 +95,7 @@ struct Entity {
|
||||
bool is_foreign;
|
||||
String foreign_name;
|
||||
Entity * foreign_library;
|
||||
AstNode * foreign_library_ident;
|
||||
String link_name;
|
||||
u64 tags;
|
||||
OverloadKind overload_kind;
|
||||
|
||||
Reference in New Issue
Block a user