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

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

#include <schedules.hpp>

Static Public Attributes

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

Detailed Description

Stage for one-time shutdown execution.

Definition at line 37 of file schedules.hpp.

Member Data Documentation

◆ kName

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

Definition at line 38 of file schedules.hpp.