mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Fixed issues autocompleting in extensions outside definition project
This commit is contained in:
parent
2daafa7b4c
commit
476df62a24
2 changed files with 16 additions and 15 deletions
|
@ -207,6 +207,7 @@ public:
|
|||
int mDefTypeGenericParamIdx;
|
||||
|
||||
public:
|
||||
BfProject* GetActiveProject();
|
||||
bool CheckProtection(BfProtection protection, BfTypeDef* typeDef, bool allowProtected, bool allowPrivate);
|
||||
String GetFilter(BfAstNode* node);
|
||||
const char* GetTypeName(BfType* type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue