Initial commit - restart from existing code
This commit is contained in:
11
lib/All/entt/test/common/empty.h
Normal file
11
lib/All/entt/test/common/empty.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef ENTT_COMMON_EMPTY_H
|
||||
#define ENTT_COMMON_EMPTY_H
|
||||
|
||||
namespace test {
|
||||
|
||||
struct empty {};
|
||||
struct other_empty {};
|
||||
|
||||
} // namespace test
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user