SleakEngine 1.0.0
C++23 multi-backend game engine
Loading...
Searching...
No Matches
Sleak::ApplicationDefaults Struct Reference

#include <Application.hpp>

Public Attributes

Arguments CommandLineArgs
std::string Name = ""

Detailed Description

Construction settings for Application: project name plus parsed CLI args.

Definition at line 53 of file Application.hpp.

Member Data Documentation

◆ CommandLineArgs

Arguments Sleak::ApplicationDefaults::CommandLineArgs

Definition at line 55 of file Application.hpp.

◆ Name

std::string Sleak::ApplicationDefaults::Name = ""

Definition at line 54 of file Application.hpp.