EntityComponentMetaSystem/src
Stephen Seo e0da16a63e Replace vector with deque for Component storage
When reallocating more data, vector moves the original data to a new
buffer. Deque preserves the location of the original data, preventing
invalidated pointers to existing data when additional allocation is
required.
2019-11-06 15:47:16 +09:00
..
EC Replace vector with deque for Component storage 2019-11-06 15:47:16 +09:00
test Add fn to Manager allowing iterable indices as sig 2019-07-11 21:11:03 +09:00
CMakeLists.txt Add static_assert, components must be def-const 2018-09-11 12:16:04 +09:00