|
ecs
Entity-Component-System
|
#include <cstddef>#include <type_traits>

Go to the source code of this file.
Classes | |
| class | ecs::Entity |
| Entity class from ECS. More... | |
Namespaces | |
| namespace | ecs |
| Entity Component System. | |
Typedefs | |
| using | ecs::RegistryRef = Registry & |