Skip to main content

helios/engine/ecs/_module.ixx File

Aggregate module for helios.engine.ecs. More...

Included Headers

Description

Aggregate module for helios.engine.ecs.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file _module.ixx
3 * @brief Aggregate module for helios.engine.ecs.
4 */
5export module helios.engine.ecs;
6
7export import helios.engine.ecs.components;
8export import helios.engine.ecs.systems;
9export import helios.engine.ecs.types;
10
11
12export import helios.engine.ecs.GameObject;
13
14export import helios.engine.ecs.EntityHandle;
15export import helios.engine.ecs.EntityRegistry;
16export import helios.engine.ecs.SparseSet;
17export import helios.engine.ecs.Traits;
18export import helios.engine.ecs.EntityManager;
19export import helios.engine.ecs.ComponentOpsRegistry;
20export import helios.engine.ecs.ComponentOps;
21export import helios.engine.ecs.ComponentReflector;
22export import helios.engine.ecs.View;
23export import helios.engine.ecs.EntityResolver;
24
25

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.