diff --git a/test/entt/common/custom_entity.h b/test/entt/common/custom_entity.h new file mode 100644 index 000000000..4f55076e8 --- /dev/null +++ b/test/entt/common/custom_entity.h @@ -0,0 +1,12 @@ +#ifndef ENTT_COMMON_CUSTOM_ENTITY_HPP +#define ENTT_COMMON_CUSTOM_ENTITY_HPP + +#include + +namespace test { + +enum custom_entity : std::uint32_t {}; + +} // namespace test + +#endif