diff options
| author | gingerBill <bill@gingerbill.org> | 2018-12-28 13:31:06 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-12-28 13:31:06 +0000 |
| commit | a240a3d14660f6b33f839a3ebf142e20aac3e80a (patch) | |
| tree | a32aea3ab5929ca1bda8c54cf839a0a956bc5225 /src/entity.cpp | |
| parent | 775f1e2c959e0db488615a44d30be3a59d371b08 (diff) | |
`static` variable declarations (Experimental)
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index f4bc99247..c9dc966ec 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -47,6 +47,7 @@ enum EntityFlag { EntityFlag_PolyConst = 1<<13, EntityFlag_NotExported = 1<<14, + EntityFlag_Static = 1<<16, EntityFlag_CVarArg = 1<<20, EntityFlag_AutoCast = 1<<21, |