mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-07 13:33:13 +00:00
Add @(priority_index=<int>) for foreign import
This commit is contained in:
@@ -252,6 +252,7 @@ struct Entity {
|
||||
struct {
|
||||
Slice<String> paths;
|
||||
String name;
|
||||
i64 priority_index;
|
||||
} LibraryName;
|
||||
i32 Nil;
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user