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() noexcept
Destructor.
Registry() noexcept
Typedef for creating b2 bodies from components.
Registry & operator=(const Registry &)=delete
Copy assignment operator.
Registry & operator=(Registry &&) noexcept
Move 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.