Patch issue with minimum dependency system and how it interacts with para poly procedures

This commit is contained in:
gingerBill
2021-02-26 15:09:32 +00:00
parent ac155d9036
commit 575c7ff031
5 changed files with 129 additions and 17 deletions

View File

@@ -57,6 +57,8 @@ enum EntityFlag : u32 {
EntityFlag_SoaPtrField = 1<<19, // to allow s.x[0] where `s.x` is a pointer rather than a slice
EntityFlag_ProcBodyChecked = 1<<20,
EntityFlag_CVarArg = 1<<21,
EntityFlag_AutoCast = 1<<22,