Add some ecs todo's
This commit is contained in:
parent
5cb6421258
commit
9f86a8d71a
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue