Skip to main content

modules/effects/registry.ixx File

Component registration for entire effects 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...

namespaceeffects

Visual effects module for game entities. More...

Description

Component registration for entire effects module.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file registry.ixx
3 * @brief Component registration for entire effects module.
4 */
5module;
6
7export module helios.engine.modules.effects.registry;
8
9import helios.engine.modules.effects.gfx.registry;
10
12
13 /**
14 * @brief Registers all effects components with the ComponentReflector.
15 */
16 inline void registerComponents() {
18 }
19
20}
21

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.