Skip to main content

modules/registry.ixx File

Component registration for all engine modules. More...

Included Headers

Namespaces Index

namespacehelios
namespaceengine

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

namespacemodules

Domain-specific components and systems. More...

Description

Component registration for all engine modules.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file registry.ixx
3 * @brief Component registration for all engine modules.
4 */
5module;
6
7export module helios.engine.modules.registry;
8
9import helios.engine.modules.ai.registry;
10import helios.engine.modules.rendering.registry;
11import helios.engine.modules.spatial.registry;
12import helios.engine.modules.ui.registry;
13import helios.engine.modules.scene.registry;
14import helios.engine.modules.physics.registry;
15import helios.engine.modules.effects.registry;
16
17export namespace helios::engine::modules {
18
19 /**
20 * @brief Registers all module components with the ComponentReflector.
21 */
22 inline void registerComponents() {
30 }
31
32}
33

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.