doc: component <-> element

This commit is contained in:
Michele Caini
2024-03-15 11:37:00 +01:00
parent 283753a3ff
commit b8a0031d9c
14 changed files with 311 additions and 311 deletions

View File

@@ -11,7 +11,7 @@ CR_EXPORT int cr_main(cr_plugin *ctx, cr_op operation) {
// forces things to break
auto &registry = *static_cast<entt::registry *>(ctx->userdata);
// forces the creation of the pool for the empty component
// forces the creation of the pool for the empty type
static_cast<void>(registry.storage<test::empty>());
const auto view = registry.view<test::boxed_int>();