Catos Engine (Source) 0.0.1
Lightweight Game engine
Loading...
Searching...
No Matches
catos::AppCreationInfo Struct Reference

A struct that holds all info the application needs at launch. More...

#include <application.h>

Public Attributes

uint version = 001
 MAJOR | MINOR | PATCH?
 
str applicationTitle = "Catos Application"
 

Detailed Description

A struct that holds all info the application needs at launch.

Member Data Documentation

◆ applicationTitle

str catos::AppCreationInfo::applicationTitle = "Catos Application"

◆ version

uint catos::AppCreationInfo::version = 001

MAJOR | MINOR | PATCH?


The documentation for this struct was generated from the following file: