mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Recursive type rebuild fix
This commit is contained in:
parent
2d74aac74c
commit
9d8647cd84
3 changed files with 21 additions and 1 deletions
|
@ -503,6 +503,7 @@ public:
|
|||
void RebuildDependentTypes(BfDependedType* dType);
|
||||
void QueueMidCompileRebuildDependentTypes(BfDependedType* dType, const String& reason);
|
||||
void RebuildDependentTypes_MidCompile(BfDependedType* dType, const String& reason);
|
||||
bool IsRebuilding(BfType* type);
|
||||
bool CanRebuild(BfType* type);
|
||||
void TypeDataChanged(BfDependedType* dType, bool isNonStaticDataChange);
|
||||
void TypeMethodSignaturesChanged(BfTypeInstance* typeInst);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue