20 auto& lua = entt::locator<sol::state>::value();
21 lua.require(
"dispatcher", sol::c_call<
GALAXY_AUTOARG(&entt_sol::open_dispatcher)>,
false);
24 lua.require(
"registry", sol::c_call<
GALAXY_AUTOARG(&entt_sol::open_registry)>,
false);
27 lua.require(
"scheduler", sol::c_call<
GALAXY_AUTOARG(&entt_sol::open_scheduler)>,
false);