8#ifndef GALAXY_ENTITY_REGISTRY_HPP_
9#define GALAXY_ENTITY_REGISTRY_HPP_
11#include <entt/entity/registry.hpp>
Wrapper around entt::registry to expand functionality.
Registry & operator=(Registry &&)
Move assignment operator.
Registry & operator=(const Registry &)=delete
Copy assignment operator.
entt::registry m_entt
Function that integrates a box2d construction with entt.
Registry(const Registry &)=delete
Create an entity with some default components.
Registry()
Typedef for creating b2 bodies from components.