| 815 | }; |
| 816 | |
| 817 | class BfExternalConstraintDef : public BfConstraintDef |
| 818 | { |
| 819 | public: |
| 820 | BfTypeReference* mTypeRef; |
| 821 | }; |
| 822 | |
| 823 | // CTOR is split into two for Objects - Ctor clears and sets up VData, Ctor_Body executes ctor body code |
| 824 | enum BfMethodType : uint8 |