Files
Towards/external/entt/test/common/empty.h
T

12 lines
144 B
C++
Raw Normal View History

2026-07-18 14:31:15 +02:00
#ifndef ENTT_COMMON_EMPTY_H
#define ENTT_COMMON_EMPTY_H
namespace test {
struct empty {};
struct other_empty {};
} // namespace test
#endif