Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
helios::app::StartupStage Struct Reference

Stage for one-time startup execution. More...

#include <schedules.hpp>

Static Public Attributes

static constexpr std::string_view kName = "helios::app::StartupStage"

Detailed Description

Stage for one-time startup execution.

Definition at line 13 of file schedules.hpp.

Member Data Documentation

◆ kName

std::string_view helios::app::StartupStage::kName = "helios::app::StartupStage"
staticconstexpr

Definition at line 14 of file schedules.hpp.