1
0
Fork 0
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:
Brian Fiete 2022-01-01 10:12:20 -05:00
parent 2daafa7b4c
commit 476df62a24
2 changed files with 16 additions and 15 deletions

View file

@ -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);