Skip to main content

mechanics/registry.ixx File

Component registration for all engine mechanics. More...

Included Headers

Namespaces Index

namespacehelios
namespaceengine

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

namespacemechanics

High-level gameplay systems and components for game logic. More...

Description

Component registration for all engine mechanics.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file registry.ixx
3 * @brief Component registration for all engine mechanics.
4 */
5module;
6
7export module helios.engine.mechanics.registry;
8
9import helios.engine.mechanics.scoring.registry;
10import helios.engine.mechanics.health.registry;
11import helios.engine.mechanics.spawn.registry;
12import helios.engine.mechanics.bounds.registry;
13import helios.engine.mechanics.combat.registry;
14import helios.engine.mechanics.damage.registry;
15import helios.engine.mechanics.lifecycle.registry;
16
17export namespace helios::engine::mechanics {
18
19 /**
20 * @brief Registers all mechanics components with the ComponentReflector.
21 */
22 inline void registerComponents() {
30 }
31
32}
33

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.