Helios Engine 0.1.0
A modular ECS based data-oriented C++23 game engine
 
Loading...
Searching...
No Matches
world.hpp File Reference

Go to the source code of this file.

Classes

class  helios::ecs::World
 The World class manages entities with their components and systems. More...
 

Namespaces

namespace  helios
 
namespace  helios::ecs
 

Concepts

concept  helios::ecs::WorldType
 Concept that constrains a type to be the World type (with any cv-qualifiers).