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

Main-thread startup schedule (window creation, etc.). More...

#include <schedules.hpp>

Static Public Attributes

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

Detailed Description

Main-thread startup schedule (window creation, etc.).

Definition at line 45 of file schedules.hpp.

Member Data Documentation

◆ kName

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

Definition at line 46 of file schedules.hpp.