diff options
| author | Tyler Erickson <me@tylererickson.com> | 2020-03-05 16:49:53 -0800 |
|---|---|---|
| committer | Tyler Erickson <me@tylererickson.com> | 2020-03-05 16:49:53 -0800 |
| commit | bb026c99a93bc27ac89a8b1bf727b5b09799fe1c (patch) | |
| tree | 07a3707a3d0b665cfb03c4066d0c4552dc5b0cec /src/entity.cpp | |
| parent | 2817bab494a093b861b33cba982d87d178e80501 (diff) | |
| parent | 2fe0eaf2adf952867d4ce4fba53b4b3ac75e1ba5 (diff) | |
Merged with master
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 8273af3f1..b89522b07 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -46,6 +46,7 @@ enum EntityFlag { EntityFlag_BitFieldValue = 1<<12, EntityFlag_PolyConst = 1<<13, EntityFlag_NotExported = 1<<14, + EntityFlag_ConstInput = 1<<15, EntityFlag_Static = 1<<16, |