Jelajahi Sumber

entity/*: updated includes

Michele Caini 3 tahun lalu
induk
melakukan
92f5f97d83
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      src/entt/entity/handle.hpp
  2. 1 1
      src/entt/entity/snapshot.hpp

+ 1 - 1
src/entt/entity/handle.hpp

@@ -5,9 +5,9 @@
 #include <tuple>
 #include <type_traits>
 #include <utility>
+#include "../core/iterator.hpp"
 #include "../core/type_traits.hpp"
 #include "fwd.hpp"
-#include "registry.hpp"
 
 namespace entt {
 

+ 1 - 1
src/entt/entity/snapshot.hpp

@@ -14,7 +14,7 @@
 #include "component.hpp"
 #include "entity.hpp"
 #include "fwd.hpp"
-#include "registry.hpp"
+#include "view.hpp"
 
 namespace entt {