diff options
| author | gingerBill <bill@gingerbill.org> | 2020-03-24 14:31:09 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-03-24 14:31:09 +0000 |
| commit | 1e375ba8de75f2649cd66089b87d273b749c575f (patch) | |
| tree | 61d05c65cbb2c36c780d96a77188572dc76165c6 /src/entity.cpp | |
| parent | 0730e01b24bfba4bd91f224dd4ecbeef23bd6c1c (diff) | |
| parent | 5cbb266ef5666c1df5d25d3afe23e4a777abd22b (diff) | |
Merge branch 'master' into llvm-integration
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index dbe4f926c..a64e767d6 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -32,7 +32,7 @@ String const entity_strings[] = { #undef ENTITY_KIND }; -enum EntityFlag { +enum EntityFlag : u32 { EntityFlag_Visited = 1<<0, EntityFlag_Used = 1<<1, EntityFlag_Using = 1<<2, |