mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Improved comptime TypeDeclaration support, reworked base type population
This commit is contained in:
parent
16371ab07c
commit
062170d9e0
5 changed files with 22 additions and 9 deletions
|
@ -459,6 +459,7 @@ enum BfTypeDefineState : uint8
|
|||
BfTypeDefineState_Declaring,
|
||||
BfTypeDefineState_Declared,
|
||||
BfTypeDefineState_ResolvingBaseType,
|
||||
BfTypeDefineState_HasCustomAttributes,
|
||||
BfTypeDefineState_HasInterfaces_Direct,
|
||||
BfTypeDefineState_CETypeInit,
|
||||
BfTypeDefineState_CEPostTypeInit,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue