Add type reference to Components/Tags in Manager
This commit is contained in:
parent
6f0b7cb65b
commit
3b742735f0
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ namespace EC
|
|||
struct Manager
|
||||
{
|
||||
public:
|
||||
using Components = ComponentsList;
|
||||
using Tags = TagsList;
|
||||
using Combined = EC::Meta::Combine<ComponentsList, TagsList>;
|
||||
using BitsetType = EC::Bitset<ComponentsList, TagsList>;
|
||||
|
||||
|
|
Loading…
Reference in a new issue