mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed type generic arg and PopulateType dependency bugs
This commit is contained in:
parent
a77a95b71b
commit
7e94abe43a
5 changed files with 77 additions and 41 deletions
|
@ -447,6 +447,7 @@ enum BfTypeRebuildFlags
|
|||
BfTypeRebuildFlag_RebuildQueued = 0x20000,
|
||||
BfTypeRebuildFlag_ConstEvalCancelled = 0x40000,
|
||||
BfTypeRebuildFlag_ChangedMidCompile = 0x80000,
|
||||
BfTypeRebuildFlag_PendingGenericArgDep = 0x100000
|
||||
};
|
||||
|
||||
class BfTypeDIReplaceCallback;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue