Skip to main content

helios/engine/mechanics/_module.ixx File

Aggregate module for helios::engine::mechanics namespace. More...

Included Headers

Description

Aggregate module for helios::engine::mechanics namespace.

This module aggregates all gameplay mechanics submodules, providing high-level systems for bounds handling, combat, spawning, and input processing.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file _module.ixx
3 * @brief Aggregate module for helios::engine::mechanics namespace.
4 *
5 * @details This module aggregates all gameplay mechanics submodules,
6 * providing high-level systems for bounds handling, combat, spawning,
7 * and input processing.
8 */
9export module helios.engine.mechanics;
10
11export import helios.engine.mechanics.bounds;
12export import helios.engine.mechanics.combat;
13export import helios.engine.mechanics.spawn;
14export import helios.engine.mechanics.input;
15export import helios.engine.mechanics.lifecycle;
16export import helios.engine.mechanics.damage;
17export import helios.engine.mechanics.health;
18export import helios.engine.mechanics.scoring;

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.