mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Extension inner type visibility fix
This commit is contained in:
parent
fb3cd1ac83
commit
69fab22a39
6 changed files with 43 additions and 8 deletions
|
@ -1422,6 +1422,7 @@ public:
|
|||
|
||||
HashSet<BfModule*> mUsedModules;
|
||||
HashSet<BfType*> mReferencedTypeData;
|
||||
HashSet<BfProject*> mDependencySet;
|
||||
|
||||
Val128 mBuildConfigHash;
|
||||
Val128 mVDataConfigHash;
|
||||
|
@ -1435,6 +1436,7 @@ public:
|
|||
bool ContainsReference(BfProject* refProject);
|
||||
bool ReferencesOrReferencedBy(BfProject* refProject);
|
||||
bool IsTestProject();
|
||||
bool HasDependency(BfProject* project);
|
||||
};
|
||||
|
||||
//CDH TODO move these out to separate header if list gets big/unwieldy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue