This commit is contained in:
NukeBird 2025-02-18 22:44:53 +03:00
parent 3aaa4557c6
commit ae14cef6d5

View file

@ -15,9 +15,6 @@ namespace zecsy
{ {
using entity_id = uint64_t; using entity_id = uint64_t;
/*
* Actually, not a pure POD. Gotta figure out a better name
*/
template<typename... T> template<typename... T>
concept Component = [] concept Component = []
{ {