Skip to content

Commit

Permalink
fix: add missing header from ecsact_rt_entt (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy authored Aug 11, 2023
1 parent 8296d87 commit 68cd017
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/minimal_fetched_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ include:
- com_github_skypjack_entt/src/entt/entity/organizer.hpp
- com_github_skypjack_entt/src/entt/entity/registry.hpp
- com_github_skypjack_entt/src/entt/entity/runtime_view.hpp
- com_github_skypjack_entt/src/entt/entity/sigh_storage_mixin.hpp
- com_github_skypjack_entt/src/entt/entity/snapshot.hpp
- com_github_skypjack_entt/src/entt/entity/sparse_set.hpp
- com_github_skypjack_entt/src/entt/entity/storage.hpp
Expand All @@ -55,7 +54,6 @@ include:
- com_github_skypjack_entt/src/entt/meta/adl_pointer.hpp
- com_github_skypjack_entt/src/entt/meta/container.hpp
- com_github_skypjack_entt/src/entt/meta/context.hpp
- com_github_skypjack_entt/src/entt/meta/ctx.hpp
- com_github_skypjack_entt/src/entt/meta/factory.hpp
- com_github_skypjack_entt/src/entt/meta/fwd.hpp
- com_github_skypjack_entt/src/entt/meta/meta.hpp
Expand Down Expand Up @@ -107,6 +105,7 @@ include:
ecsact/codegen:
- ecsact_runtime/ecsact/codegen/plugin_validate.hh
ecsact/entt:
- ecsact_rt_entt/ecsact/entt/entity.hh
- ecsact_rt_entt/ecsact/entt/runtime.hh
- ecsact_rt_entt/ecsact/entt/system_view.hh
- ecsact_rt_entt/ecsact/entt/trivial_system_impl.hh
Expand Down

0 comments on commit 68cd017

Please sign in to comment.