Initial commit - restart from existing code
This commit is contained in:
13
lib/All/entt/test/common/entity.h
Normal file
13
lib/All/entt/test/common/entity.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef ENTT_COMMON_ENTITY_H
|
||||
#define ENTT_COMMON_ENTITY_H
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace test {
|
||||
|
||||
enum entity : std::uint32_t {};
|
||||
enum other_entity : std::uint32_t {};
|
||||
|
||||
} // namespace test
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user