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

Post-startup schedule. More...

#include <schedules.hpp>

Static Public Attributes

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

Detailed Description

Post-startup schedule.

Definition at line 69 of file schedules.hpp.

Member Data Documentation

◆ kName

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

Definition at line 70 of file schedules.hpp.