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:
parent
0826b6d49f
commit
54dc59e049
6 changed files with 126 additions and 22 deletions
|
@ -383,7 +383,9 @@ public:
|
|||
Array<BfSavedTypeData*> mSavedTypeData;
|
||||
|
||||
BfTypeInstance* mBfTypeType;
|
||||
BfTypeInstance* mBfObjectType;
|
||||
BfTypeInstance* mBfObjectType;
|
||||
bool mCanSkipObjectCtor;
|
||||
bool mCanSkipValueTypeCtor;
|
||||
BfPointerType* mBfClassVDataPtrType;
|
||||
|
||||
PtrWorkQueue<BfModule*> mReifyModuleWorkList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue