Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
helios::app::anonymous_namespace{application.cpp} Namespace Reference

Variables

constexpr auto kPluginReadyPollMinSleep = std::chrono::microseconds(50)
constexpr auto kPluginReadyPollMaxSleep = std::chrono::microseconds(8000)

Variable Documentation

◆ kPluginReadyPollMaxSleep

auto helios::app::anonymous_namespace{application.cpp}::kPluginReadyPollMaxSleep = std::chrono::microseconds(8000)
constexpr

Definition at line 25 of file application.cpp.

◆ kPluginReadyPollMinSleep

auto helios::app::anonymous_namespace{application.cpp}::kPluginReadyPollMinSleep = std::chrono::microseconds(50)
constexpr

Definition at line 24 of file application.cpp.