GCGlib  0.04.228
GCG Graphics Engine
GCGlib version information

Variables

const char * GCG_VERSION
 Points to the full version string on the form: major.minor.build. More...
 
const char * GCG_BUILD_DATE
 Points to the build date string. More...
 
const int GCG_VERSION_MAJOR
 Points to the integer major version value. More...
 
const int GCG_VERSION_MINOR
 Points to the integer minor version value. More...
 
const int GCG_VERSION_BUILD
 Points to the integer build version value. More...
 

Detailed Description

Static strings indicating current GCGlib version.

Variable Documentation

◆ GCG_BUILD_DATE

const char* GCG_BUILD_DATE

Points to the build date string.

Since
0.02.0

◆ GCG_VERSION

const char* GCG_VERSION

Points to the full version string on the form: major.minor.build.

Since
0.02.0

◆ GCG_VERSION_BUILD

const int GCG_VERSION_BUILD

Points to the integer build version value.

Since
0.04.0

◆ GCG_VERSION_MAJOR

const int GCG_VERSION_MAJOR

Points to the integer major version value.

Since
0.04.0

◆ GCG_VERSION_MINOR

const int GCG_VERSION_MINOR

Points to the integer minor version value.

Since
0.04.0