|
ecs
Entity-Component-System
|
#include <concepts>

Go to the source code of this file.
Classes | |
| class | ecs::ISystem |
Namespaces | |
| namespace | ecs |
| Entity Component System. | |
Concepts | |
| concept | ecs::SystemImplementation |
Concept that ensures a type derives from System. | |