test: shared custom_entity type

This commit is contained in:
Michele Caini
2023-11-08 12:37:54 +01:00
parent 00d0ff2e45
commit 9b4c920d1f

View File

@@ -0,0 +1,12 @@
#ifndef ENTT_COMMON_CUSTOM_ENTITY_HPP
#define ENTT_COMMON_CUSTOM_ENTITY_HPP
#include <cstdint>
namespace test {
enum custom_entity : std::uint32_t {};
} // namespace test
#endif