Ver código fonte

iwyu: updated imp file

Michele Caini 2 anos atrás
pai
commit
c67f659041
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      entt.imp

+ 6 - 0
entt.imp

@@ -10,6 +10,7 @@
   { "include": [ "@[\"<].*/core/fwd.hpp[\">]", "private", "<entt/core/monostate.hpp>", "public" ] },
   { "include": [ "@[\"<].*/core/fwd.hpp[\">]", "private", "<entt/core/type_info.hpp>", "public" ] },
   { "include": [ "@[\"<].*/core/fwd.hpp[\">]", "private", "<entt/core/type_traits.hpp>", "public" ] },
+  { "include": [ "@[\"<].*/entity/fwd.hpp[\">]", "private", "<entt/entity/component.hpp>", "public" ] },
   { "include": [ "@[\"<].*/entity/fwd.hpp[\">]", "private", "<entt/entity/entity.hpp>", "public" ] },
   { "include": [ "@[\"<].*/entity/fwd.hpp[\">]", "private", "<entt/entity/group.hpp>", "public" ] },
   { "include": [ "@[\"<].*/entity/fwd.hpp[\">]", "private", "<entt/entity/handle.hpp>", "public" ] },
@@ -22,8 +23,13 @@
   { "include": [ "@[\"<].*/entity/fwd.hpp[\">]", "private", "<entt/entity/sparse_set.hpp>", "public" ] },
   { "include": [ "@[\"<].*/entity/fwd.hpp[\">]", "private", "<entt/entity/storage.hpp>", "public" ] },
   { "include": [ "@[\"<].*/entity/fwd.hpp[\">]", "private", "<entt/entity/view.hpp>", "public" ] },
+  { "include": [ "@[\"<].*/graph/fwd.hpp[\">]", "private", "<entt/graph/adjacency_matrix.hpp>", "public" ] },
+  { "include": [ "@[\"<].*/graph/fwd.hpp[\">]", "private", "<entt/graph/dot.hpp>", "public" ] },
+  { "include": [ "@[\"<].*/graph/fwd.hpp[\">]", "private", "<entt/graph/flow.hpp>", "public" ] },
   { "include": [ "@[\"<].*/meta/fwd.hpp[\">]", "private", "<entt/meta/meta.hpp>", "public" ] },
   { "include": [ "@[\"<].*/poly/fwd.hpp[\">]", "private", "<entt/poly/poly.hpp>", "public" ] },
+  { "include": [ "@[\"<].*/process/fwd.hpp[\">]", "private", "<entt/process/process.hpp>", "public" ] },
+  { "include": [ "@[\"<].*/process/fwd.hpp[\">]", "private", "<entt/process/scheduler.hpp>", "public" ] },
   { "include": [ "@[\"<].*/resource/fwd.hpp[\">]", "private", "<entt/resource/cache.hpp>", "public" ] },
   { "include": [ "@[\"<].*/resource/fwd.hpp[\">]", "private", "<entt/resource/loader.hpp>", "public" ] },
   { "include": [ "@[\"<].*/resource/fwd.hpp[\">]", "private", "<entt/resource/resource.hpp>", "public" ] },