mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Distinguish between overlap edge types
By providing different edge types for record overlap and asset overlap.
This commit is contained in:
@@ -43,7 +43,8 @@ enum struct EdgeType : unsigned int {
|
||||
userLoadAfter,
|
||||
masterlistGroup,
|
||||
userGroup,
|
||||
overlap,
|
||||
recordOverlap,
|
||||
assetOverlap,
|
||||
tieBreak,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user