mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Comptime EmitAddInterface
This commit is contained in:
parent
9f4a75dba3
commit
612368b0f7
6 changed files with 74 additions and 17 deletions
|
@ -1828,6 +1828,7 @@ class BfCeTypeInfo
|
|||
public:
|
||||
Dictionary<int, BfCeTypeEmitEntry> mOnCompileMap;
|
||||
Dictionary<int, BfCeTypeEmitEntry> mTypeIFaceMap;
|
||||
Array<int> mPendingInterfaces;
|
||||
Val128 mHash;
|
||||
bool mFailed;
|
||||
BfCeTypeInfo* mNext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue