From: Stephen Seo Date: Wed, 16 May 2018 05:48:33 +0000 (+0900) Subject: Add type reference to Components/Tags in Manager X-Git-Tag: 1.0~54 X-Git-Url: https://git.seodisparate.com/stephenseo/static/search/searchdata.js?a=commitdiff_plain;h=3b742735f014927dd5ad39c02ca2c56ea757322f;p=EntityComponentMetaSystem Add type reference to Components/Tags in Manager --- diff --git a/src/EC/Manager.hpp b/src/EC/Manager.hpp index 5454a57..da656e3 100644 --- a/src/EC/Manager.hpp +++ b/src/EC/Manager.hpp @@ -52,6 +52,8 @@ namespace EC struct Manager { public: + using Components = ComponentsList; + using Tags = TagsList; using Combined = EC::Meta::Combine; using BitsetType = EC::Bitset;