Skip to main content

mechanics/combat/registry.ixx File

Component registration for combat module. 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...

namespacecombat

Combat-related gameplay systems, components, and commands. More...

Description

Component registration for combat module.

File Listing

The file content with the documentation metadata removed is:

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

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.