1
0

empty.h 144 B

1234567891011
  1. #ifndef ENTT_COMMON_EMPTY_H
  2. #define ENTT_COMMON_EMPTY_H
  3. namespace test {
  4. struct empty {};
  5. struct other_empty {};
  6. } // namespace test
  7. #endif