Michele Caini 2 лет назад
Родитель
Сommit
c67f659041
1 измененных файлов с 6 добавлено и 0 удалено
  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" ] },