|
@@ -4,12 +4,6 @@
|
|
|
#include <type_traits>
|
|
#include <type_traits>
|
|
|
#include <utility>
|
|
#include <utility>
|
|
|
#include <gtest/gtest.h>
|
|
#include <gtest/gtest.h>
|
|
|
-#include "common/entity.h"
|
|
|
|
|
-#include "common/linter.hpp"
|
|
|
|
|
-#include "common/non_default_constructible.h"
|
|
|
|
|
-#include "common/pointer_stable.h"
|
|
|
|
|
-#include "common/throwing_allocator.hpp"
|
|
|
|
|
-#include "common/throwing_type.hpp"
|
|
|
|
|
#include <entt/core/any.hpp>
|
|
#include <entt/core/any.hpp>
|
|
|
#include <entt/core/type_info.hpp>
|
|
#include <entt/core/type_info.hpp>
|
|
|
#include <entt/entity/component.hpp>
|
|
#include <entt/entity/component.hpp>
|
|
@@ -17,6 +11,12 @@
|
|
|
#include <entt/entity/mixin.hpp>
|
|
#include <entt/entity/mixin.hpp>
|
|
|
#include <entt/entity/registry.hpp>
|
|
#include <entt/entity/registry.hpp>
|
|
|
#include <entt/entity/storage.hpp>
|
|
#include <entt/entity/storage.hpp>
|
|
|
|
|
+#include "../../common/entity.h"
|
|
|
|
|
+#include "../../common/linter.hpp"
|
|
|
|
|
+#include "../../common/non_default_constructible.h"
|
|
|
|
|
+#include "../../common/pointer_stable.h"
|
|
|
|
|
+#include "../../common/throwing_allocator.hpp"
|
|
|
|
|
+#include "../../common/throwing_type.hpp"
|
|
|
|
|
|
|
|
template<typename Registry>
|
|
template<typename Registry>
|
|
|
void listener(std::size_t &counter, Registry &, typename Registry::entity_type) {
|
|
void listener(std::size_t &counter, Registry &, typename Registry::entity_type) {
|