Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
param.hpp File Reference
#include <helios/ecs/resource/resource.hpp>
#include <functional>

Go to the source code of this file.

Classes

class  helios::ecs::Res< T >
 Read-only or mutable access to resource. More...

Namespaces

namespace  helios
namespace  helios::ecs

Typedefs

template<AsyncResourceTrait T>
using helios::ecs::AsyncRes = Res<T>
 Read-only access to thread-safe resources.