mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Comptime rebuild and hot compile fixes
This commit is contained in:
parent
b49cd5d12a
commit
0c3f9a139d
9 changed files with 52 additions and 25 deletions
|
@ -425,6 +425,7 @@ enum BfTypeRebuildFlags
|
|||
BfTypeRebuildFlag_ResolvingBase = 0x8000,
|
||||
BfTypeRebuildFlag_InFailTypes = 0x10000,
|
||||
BfTypeRebuildFlag_RebuildQueued = 0x20000,
|
||||
BfTypeRebuildFlag_ConstEvalCancelled = 0x40000
|
||||
};
|
||||
|
||||
class BfTypeDIReplaceCallback;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue