mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Protected protection improvements
This commit is contained in:
parent
670de8d4dc
commit
8852e7e194
7 changed files with 94 additions and 36 deletions
|
@ -112,6 +112,7 @@ enum BfProtectionCheckFlags
|
|||
BfProtectionCheckFlag_CheckedPrivate = 2,
|
||||
BfProtectionCheckFlag_AllowProtected = 4,
|
||||
BfProtectionCheckFlag_AllowPrivate = 8,
|
||||
BfProtectionCheckFlag_InstanceLookup = 0x10
|
||||
};
|
||||
|
||||
enum BfEmbeddedStatementFlags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue