mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Fixes to enum changes, fixed [Checked] debugger interaction
This commit is contained in:
parent
17be9daade
commit
64f117b89f
10 changed files with 116 additions and 24 deletions
|
@ -669,13 +669,6 @@ enum BfImportKind : int8
|
|||
BfImportKind_Export
|
||||
};
|
||||
|
||||
enum BfCheckedKind : int8
|
||||
{
|
||||
BfCheckedKind_NotSet,
|
||||
BfCheckedKind_Checked,
|
||||
BfCheckedKind_Unchecked
|
||||
};
|
||||
|
||||
enum BfCommutableKind : int8
|
||||
{
|
||||
BfCommutableKind_None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue