#include #include namespace Light { Entity::Entity(entt::entity handle, Scene *scene): m_handle(handle), m_scene(scene) { } } // namespace Light