Skip to main content

ecs/registry.ixx File

Component registration for ecs module. More...

Included Headers

Namespaces Index

namespacehelios
namespaceengine

Main engine module aggregating core infrastructure and game systems. More...

namespaceecs

Core Entity-Component-System architecture. More...

Description

Component registration for ecs module.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file registry.ixx
3 * @brief Component registration for ecs module.
4 */
5module;
6
7export module helios.engine.ecs.registry;
8
9import helios.engine.ecs.ComponentReflector;
10import helios.engine.ecs.components;
11
12export namespace helios::engine::ecs {
13
14 /**
15 * @brief Registers all lifecycle components with the ComponentReflector.
16 */
17 inline void registerComponents() {
19
20 R::registerType<components::HierarchyComponent>();
21 }
22
23}
24

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.