Skip to content

Commit

Permalink
refactor(ecs): remove unused Entity/Component Managers
Browse files Browse the repository at this point in the history
  • Loading branch information
RiscadoA committed Feb 1, 2024
1 parent f4bbe25 commit 2e03d95
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 543 deletions.
4 changes: 0 additions & 4 deletions core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ set(CUBOS_CORE_SOURCE

"src/cubos/core/ecs/entity/entity.cpp"
"src/cubos/core/ecs/entity/hash.cpp"
"src/cubos/core/ecs/entity/manager.cpp"
"src/cubos/core/ecs/entity/archetype_graph.cpp"
"src/cubos/core/ecs/entity/archetype_id.cpp"
"src/cubos/core/ecs/entity/pool.cpp"
Expand All @@ -97,9 +96,6 @@ set(CUBOS_CORE_SOURCE
"src/cubos/core/ecs/table/sparse_relation/registry.cpp"
"src/cubos/core/ecs/table/tables.cpp"

"src/cubos/core/ecs/component/storage.cpp"
"src/cubos/core/ecs/component/manager.cpp"

"src/cubos/core/ecs/system/access.cpp"
"src/cubos/core/ecs/system/system.cpp"
"src/cubos/core/ecs/system/options.cpp"
Expand Down
78 changes: 0 additions & 78 deletions core/include/cubos/core/ecs/component/manager.hpp

This file was deleted.

9 changes: 0 additions & 9 deletions core/include/cubos/core/ecs/component/module.dox

This file was deleted.

53 changes: 0 additions & 53 deletions core/include/cubos/core/ecs/component/storage.hpp

This file was deleted.

113 changes: 0 additions & 113 deletions core/include/cubos/core/ecs/entity/manager.hpp

This file was deleted.

2 changes: 0 additions & 2 deletions core/include/cubos/core/ecs/world.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
#include <cassert>
#include <cstddef>

#include <cubos/core/ecs/component/manager.hpp>
#include <cubos/core/ecs/entity/archetype_graph.hpp>
#include <cubos/core/ecs/entity/manager.hpp>
#include <cubos/core/ecs/entity/pool.hpp>
#include <cubos/core/ecs/resource/manager.hpp>
#include <cubos/core/ecs/table/tables.hpp>
Expand Down
68 changes: 0 additions & 68 deletions core/src/cubos/core/ecs/component/manager.cpp

This file was deleted.

Loading

0 comments on commit 2e03d95

Please sign in to comment.