Skip to main content

registry.ixx File

Component registration for model module. More...

Included Headers

#include <helios.engine.rendering.model.components> #include <helios.ecs.ComponentReflector>

Namespaces Index

namespacehelios
namespaceengine
namespacerendering
namespacemodel

Description

Component registration for model module.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7export module helios.engine.rendering.model.registry;
8
9import helios.ecs.ComponentReflector;
10import helios.engine.rendering.model.components;
11
13
17 template<typename TEntityManager>
18 inline void registerComponents() {
19 using R = helios::ecs::ComponentReflector<TEntityManager>;
20
22 }
23
24}
25

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.