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

11 lines
121 B
C++

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