mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 01:37:59 +02:00
Improved cross-project emit markers
This commit is contained in:
parent
eb59434e67
commit
1360afbea1
6 changed files with 50 additions and 26 deletions
|
@ -57,7 +57,8 @@ enum BfTypeNameFlags : uint16
|
|||
BfTypeNameFlag_InternalName = 0x100, // Use special delimiters to remove ambiguities (ie: '+' for inner types)
|
||||
BfTypeNameFlag_HideGlobalName = 0x200,
|
||||
BfTypeNameFlag_ExtendedInfo = 0x400,
|
||||
BfTypeNameFlag_ShortConst = 0x800
|
||||
BfTypeNameFlag_ShortConst = 0x800,
|
||||
BfTypeNameFlag_AddProjectName = 0x1000
|
||||
};
|
||||
|
||||
enum BfMethodNameFlags : uint8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue