From 9f86a8d71a17e30120e39a41912386d0fc812b8b Mon Sep 17 00:00:00 2001 From: lisyarus Date: Sun, 17 Dec 2023 14:47:08 +0300 Subject: [PATCH] Add some ecs todo's --- libs/ecs/include/psemek/ecs/container.hpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libs/ecs/include/psemek/ecs/container.hpp b/libs/ecs/include/psemek/ecs/container.hpp index e7e6ab34..5556862a 100644 --- a/libs/ecs/include/psemek/ecs/container.hpp +++ b/libs/ecs/include/psemek/ecs/container.hpp @@ -20,8 +20,11 @@ namespace psemek::ecs // TODO: // - Fully document which functions can be called from which callbacks - // - Constructors & destructors implementation - // - Modification callbacks implementation + // - Constructors & destructors implementation (const-only) + // - Modification callbacks implementation (const-only) + // - Entity cloning + // - Registering components + // - Tables serialization // - Refactor query caches // - Index API // - Index implementation