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

Allow extending Object and ValueType

This commit is contained in:
Brian Fiete 2022-01-06 06:27:39 -05:00
parent 0826b6d49f
commit 54dc59e049
6 changed files with 126 additions and 22 deletions

View file

@ -383,7 +383,9 @@ public:
Array<BfSavedTypeData*> mSavedTypeData;
BfTypeInstance* mBfTypeType;
BfTypeInstance* mBfObjectType;
BfTypeInstance* mBfObjectType;
bool mCanSkipObjectCtor;
bool mCanSkipValueTypeCtor;
BfPointerType* mBfClassVDataPtrType;
PtrWorkQueue<BfModule*> mReifyModuleWorkList;