Files
entt/test/common/empty.h
2024-04-10 09:29:25 +02:00

12 lines
144 B
C++

#ifndef ENTT_COMMON_EMPTY_H
#define ENTT_COMMON_EMPTY_H
namespace test {
struct empty {};
struct other_empty {};
} // namespace test
#endif