Skip to main content

helios/app/controller/_module.ixx File

Included Headers

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @brief Controller module for application control flow.
3 *
4 * @details This module exports various controller classes that manage the interaction
5 * between windows, rendering, and application logic.
6 */
7export module helios.app.controller;
8
9export import helios.app.controller.Controller;
10export import helios.app.controller.BasicWindowRenderingController;
11export import helios.app.controller.WindowRenderingController;

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.