mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Fixed constExprs with ints, hover for enum values, _ for enums
This commit is contained in:
parent
4087bf8e2a
commit
4dcd7f9c6a
21 changed files with 293 additions and 142 deletions
|
@ -20,7 +20,7 @@ enum BfResolveType
|
|||
BfResolveType_GetFixits,
|
||||
BfResolveType_GetTypeDefList,
|
||||
BfResolveType_GetTypeDefInto,
|
||||
BfResolveType_GetVarType,
|
||||
BfResolveType_GetResultString,
|
||||
};
|
||||
|
||||
class BfLocalVariable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue