25 operator std::size_t()
const {
return _entity; };
30 explicit Entity(std::size_t entity) : _entity(entity){};
Entity class for the game engine.
Definition: Entity.hpp:18
~Entity()=default
Default destructor.
Entity component system, handling entities, components and systems.
Definition: Registry.hpp:31
Definition: AssetManager.hpp:15