Add type reference to Components/Tags in Manager

This commit is contained in:
Stephen Seo 2018-05-16 14:48:33 +09:00
parent 6f0b7cb65b
commit 3b742735f0

View file

@ -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>;