test: shared empty type
This commit is contained in:
10
test/entt/common/empty.h
Normal file
10
test/entt/common/empty.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef ENTT_COMMON_EMPTY_HPP
|
||||
#define ENTT_COMMON_EMPTY_HPP
|
||||
|
||||
namespace test {
|
||||
|
||||
struct empty {};
|
||||
|
||||
} // namespace test
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user