diff options
| author | gingerBill <bill@gingerbill.org> | 2019-01-26 20:13:43 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2019-01-26 20:13:43 +0000 |
| commit | 44b959648c5b2ba7afc0b897760b3fa09aa876f6 (patch) | |
| tree | ea9b98ee8d6911d5a2e58dd5acdfdbe9920d814d /src/entity.cpp | |
| parent | a96bf082668cd8e453a1bc0330d4e862d2a8126a (diff) | |
Pass any and union "by pointer" to make the tag a pointer
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 da627cb7c..842cd5d8c 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -48,6 +48,7 @@ enum EntityFlag { EntityFlag_NotExported = 1<<14, EntityFlag_Static = 1<<16, + // EntityFlag_Reference = 1<<17, EntityFlag_CVarArg = 1<<20, EntityFlag_AutoCast = 1<<21, |