mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Reworked binary operators and transformability
This commit is contained in:
parent
230b71cecb
commit
b49e513494
5 changed files with 45 additions and 64 deletions
|
@ -694,6 +694,7 @@ enum BfImportKind : int8
|
|||
enum BfCommutableKind : int8
|
||||
{
|
||||
BfCommutableKind_None,
|
||||
BfCommutableKind_Operator,
|
||||
BfCommutableKind_Forward,
|
||||
BfCommutableKind_Reverse,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue