mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 00:50:25 +02:00
consteval reification fixes
This commit is contained in:
parent
08e3f9155e
commit
21798e20f9
3 changed files with 27 additions and 7 deletions
|
@ -73,7 +73,8 @@ enum BfGetMethodInstanceFlags : uint16
|
|||
BfGetMethodInstanceFlag_Friend = 0x100,
|
||||
BfGetMethodInstanceFlag_DisableObjectAccessChecks = 0x200,
|
||||
BfGetMethodInstanceFlag_NoInline = 0x400,
|
||||
BfGetMethodInstanceFlag_DepthExceeded = 0x800
|
||||
BfGetMethodInstanceFlag_DepthExceeded = 0x800,
|
||||
BfGetMethodInstanceFlag_NoReference = 0x1000
|
||||
};
|
||||
|
||||
class BfDependencyMap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue