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 6fa89d652..44464b49c 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -43,6 +43,9 @@ enum EntityFlag {
EntityFlag_Value = 1<<9,
EntityFlag_Sret = 1<<10,
EntityFlag_BitFieldValue = 1<<11,
+
+ EntityFlag_CVarArg = 1<<20,
+
};
// Zero value means the overloading process is not yet done