Main header for the Entity Component System (ECS) framework. More...
#include "Types.hpp"#include "ComponentStorage.hpp"#include "Registry.hpp"#include "View.hpp"Go to the source code of this file.
Main header for the Entity Component System (ECS) framework.
This header aggregates all ECS-related classes and provides a unified interface for entity-component-system functionality. Include this file to access the complete ECS API.
Definition in file ECS.hpp.