mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 17:28:00 +02:00
Added comptype
This commit is contained in:
parent
bb12a4ec20
commit
4890303508
27 changed files with 382 additions and 157 deletions
|
@ -637,7 +637,8 @@ enum BfGenericParamFlags : uint16
|
|||
BfGenericParamFlag_Equals = 0x400,
|
||||
BfGenericParamFlag_Equals_Op = 0x800,
|
||||
BfGenericParamFlag_Equals_Type = 0x1000,
|
||||
BfGenericParamFlag_Equals_IFace = 0x2000
|
||||
BfGenericParamFlag_Equals_IFace = 0x2000,
|
||||
BfGenericParamFlag_ComptypeExpr = 0x4000
|
||||
};
|
||||
|
||||
class BfConstraintDef
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue