aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp
index 02b5f4a75..8343ba557 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -69,6 +69,9 @@ enum EntityFlag : u64 {
EntityFlag_Lazy = 1ull<<27, // Lazily type checked
+ EntityFlag_ForValue = 1ull<<28,
+ EntityFlag_SwitchValue = 1ull<<29,
+
EntityFlag_Test = 1ull<<30,
EntityFlag_Overridden = 1ull<<63,