mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 09:54:45 +00:00
Patch issue with minimum dependency system and how it interacts with para poly procedures
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user