Helios Engine 0.1.0
A modular ECS based data-oriented C++23 game engine
 
Loading...
Searching...
No Matches
entity.hpp File Reference
#include <helios/core_pch.hpp>
#include <cstddef>
#include <cstdint>
#include <limits>

Go to the source code of this file.

Classes

class  helios::ecs::Entity
 Unique identifier for entities with generation counter to handle recycling. More...
 
struct  std::hash< helios::ecs::Entity >
 Standard hash specialization for Entity. More...
 

Namespaces

namespace  helios
 
namespace  helios::ecs