Add some ecs todo's

This commit is contained in:
Nikita Lisitsa 2023-12-17 14:47:08 +03:00
parent 5cb6421258
commit 9f86a8d71a

View file

@ -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