mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Sort blueprint plugins after all others
Also validate that no non-blueprint masters or non-masters are expected to load after any blueprint masters. The addition of a new EdgeType may be considered a breaking change to the API, since it can result in the caller receiving a value it doesn't know how to handle, but it doesn't break ABI compatibility. LOOT has explicit handling for unknown values, so is fine.
This commit is contained in:
@@ -46,6 +46,7 @@ enum struct EdgeType : unsigned int {
|
||||
recordOverlap,
|
||||
assetOverlap,
|
||||
tieBreak,
|
||||
blueprintMaster,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user