diff --git a/libs/ecs/include/psemek/ecs/container.hpp b/libs/ecs/include/psemek/ecs/container.hpp index 8d67d241..9a67ee88 100644 --- a/libs/ecs/include/psemek/ecs/container.hpp +++ b/libs/ecs/include/psemek/ecs/container.hpp @@ -23,7 +23,6 @@ namespace psemek::ecs // TODO: // - Fully document which functions can be called from which callbacks - // - Constructors & destructors implementation (const-only) // - Modification callbacks implementation (const-only) // - Tables serialization // - Refactor query caches