Skip to main content

registry.ixx File

Component registration entry points for helios.engine.core. More...

Included Headers

#include <helios.engine.core.components> #include <helios.ecs.ComponentReflector>

Namespaces Index

namespacehelios
namespaceengine
namespacecore

Description

Component registration entry points for helios.engine.core.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7export module helios.engine.core.registry;
8
9import helios.ecs.ComponentReflector;
10
11import helios.engine.core.components;
12
13export namespace helios::engine::core {
14
15 template<typename TEntityManager>
16 inline void registerComponents() {
17
18 using R = helios::ecs::ComponentReflector<TEntityManager>;
19
21 }
22
23}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.