mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fixed 'using static'
This commit is contained in:
parent
41629b49d1
commit
c1a2bd79e1
7 changed files with 74 additions and 36 deletions
|
@ -1609,6 +1609,7 @@ public:
|
|||
void TypeFailed(BfTypeInstance* typeInstance);
|
||||
bool IsAttribute(BfTypeInstance* typeInst);
|
||||
void PopulateGlobalContainersList(const BfGlobalLookup& globalLookup);
|
||||
BfStaticSearch* GetStaticSearch();
|
||||
void AddFailType(BfTypeInstance* typeInstance);
|
||||
void MarkDerivedDirty(BfTypeInstance* typeInst);
|
||||
void CheckAddFailType();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue