diff options
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index 1712c7f98..7951cf614 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -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, |