Topaz 5.0
Topaz Game Engine
Loading...
Searching...
No Matches
tz::appinfo Struct Reference

Description

Contains information about the application being initialised.

#include "topaz.hpp"

Public Attributes

const char * name = "A Topaz Application"
 Name of the application.
 
unsigned int major = 1u
 Major version of the application.
 
unsigned int minor = 0u
 Minor version of the application.
 

Member Data Documentation

◆ name

const char* tz::appinfo::name = "A Topaz Application"

Name of the application.

◆ major

unsigned int tz::appinfo::major = 1u

Major version of the application.

◆ minor

unsigned int tz::appinfo::minor = 0u

Minor version of the application.