diff options
| author | gingerBill <bill@gingerbill.org> | 2022-05-04 16:40:12 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-05-04 16:40:12 +0100 |
| commit | e4743b15b15ea5f1b2611bbc1718274ebb03bf03 (patch) | |
| tree | d038cfb4a01b8cd910ed153a5a2205412c2ff8f2 /src/entity.cpp | |
| parent | 9f95d6fa6568b83072a8fbe49846390c014a00a1 (diff) | |
Add `@(priority_index=<int>)` for `foreign import`
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 1f87f7af6..904a630fb 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -252,6 +252,7 @@ struct Entity { struct { Slice<String> paths; String name; + i64 priority_index; } LibraryName; i32 Nil; struct { |