فهرست منبع

test: shared empty type

Michele Caini 2 سال پیش
والد
کامیت
9a362b39bf
1فایلهای تغییر یافته به همراه10 افزوده شده و 0 حذف شده
  1. 10 0
      test/entt/common/empty.h

+ 10 - 0
test/entt/common/empty.h

@@ -0,0 +1,10 @@
+#ifndef ENTT_COMMON_EMPTY_HPP
+#define ENTT_COMMON_EMPTY_HPP
+
+namespace test {
+
+struct empty {};
+
+} // namespace test
+
+#endif