1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Restricted global container lookup

This commit is contained in:
Brian Fiete 2021-07-15 12:50:42 -07:00
parent 1a7900c564
commit 534dc7fb22
4 changed files with 19 additions and 16 deletions

View file

@ -33,7 +33,8 @@ enum BfResolveTypeRefFlags
BfResolveTypeRefFlag_NoCreate = 0x400,
BfResolveTypeRefFlag_NoWarnOnMut = 0x800,
BfResolveTypeRefFlag_DisallowComptime = 0x1000,
BfResolveTypeRefFlag_AllowDotDotDot = 0x2000
BfResolveTypeRefFlag_AllowDotDotDot = 0x2000,
BfResolveTypeRefFlag_AllowGlobalContainer = 0x4000
};
enum BfTypeNameFlags : uint16