diff --git a/zecsy.hpp b/zecsy.hpp index b637b58..218ce73 100644 --- a/zecsy.hpp +++ b/zecsy.hpp @@ -15,9 +15,6 @@ namespace zecsy { using entity_id = uint64_t; - /* - * Actually, not a pure POD. Gotta figure out a better name - */ template concept Component = [] {