Skip to main content

helios/_module.ixx File

Root module aggregating all helios subsystems. More...

Included Headers

#include <helios.app> #include <helios.engine> #include <helios.event> #include <helios.util> #include <helios.input> #include <helios.window> #include <helios.scene> #include <helios.rendering> #include <helios.math> #include <helios.core>

Description

Root module aggregating all helios subsystems.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file _module.ixx
3 * @brief Root module aggregating all helios subsystems.
4 */
5
6/**
7 * @brief The helios game engine module.
8 *
9 * @details This is the root module that aggregates all subsystems of the helios framework,
10 * including core functionality, mathematical operations, rendering, scene management,
11 * input handling, event system, and application infrastructure. Importing this module
12 * provides access to the entire helios engine API.
13 */
14export module helios;
15
16export import helios.core;
17export import helios.math;
18export import helios.rendering;
19export import helios.scene;
20export import helios.window;
21export import helios.input;
22export import helios.event;
23export import helios.engine;
24export import helios.app;
25export import helios.util;

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.