#ifndef ENTT_COMMON_REGISTRY_H #define ENTT_COMMON_REGISTRY_H #include namespace test { template struct basic_custom_registry: entt::basic_registry {}; } // namespace test #endif