Skip to main content

modules/ui/registry.ixx File

Component registration for entire UI module. More...

Included Headers

Namespaces Index

namespacehelios
namespaceengine

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

namespacemodules

Domain-specific components and systems. More...

namespaceui

User interface components and systems for game entities. More...

Description

Component registration for entire UI module.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file registry.ixx
3 * @brief Component registration for entire UI module.
4 */
5module;
6
7export module helios.engine.modules.ui.registry;
8
9import helios.engine.modules.ui.widgets.registry;
10import helios.engine.modules.ui.transform.registry;
11
12export namespace helios::engine::modules::ui {
13
14 /**
15 * @brief Registers all UI components with the ComponentReflector.
16 */
17 inline void registerComponents() {
20 }
21
22}
23

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.