EntityComponentMetaSystem/src
Stephen Seo 8c462b83a1 Add static_assert, components must be def-const
EC::Manager will fail to compile if any given Component is not default
constructible, so a static_assert and ctest was added.
2018-09-11 12:16:04 +09:00
..
EC Add static_assert, components must be def-const 2018-09-11 12:16:04 +09:00
test Add static_assert, components must be def-const 2018-09-11 12:16:04 +09:00
CMakeLists.txt Add static_assert, components must be def-const 2018-09-11 12:16:04 +09:00