EntityComponentMetaSystem/src
Stephen Seo d12af4d527 Add ability to handle unknown types
EC/Manager and EC/Bitset can now handle types that are not known
(Components or Tags not in the given Components or Tags when created).

Manager::getEntityData now returns a pointer instead of a reference.
Functions passed to Manager::forMatchingFunction (and other similar fns)
should now accept Component fields as pointer types, not reference
types.
2018-05-17 17:05:49 +09:00
..
EC Add ability to handle unknown types 2018-05-17 17:05:49 +09:00
test Add ability to handle unknown types 2018-05-17 17:05:49 +09:00
CMakeLists.txt Replace variable length arrays with std::vector 2017-10-06 12:58:49 +09:00