#pragma once // this is a forwarding header #include namespace MM { class Engine; using Entity = entt::entity; using Scene = entt::basic_registry; }