test: shared custom_entity type
This commit is contained in:
12
test/entt/common/custom_entity.h
Normal file
12
test/entt/common/custom_entity.h
Normal 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
|
||||
Reference in New Issue
Block a user