Sista v3.0.0-alpha.1
Sista is a C++ lightweight OS-agnostic library for terminal animations and videogames
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
version.hpp File Reference

Sista version information. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  sista
 Sista library namespace.
 

Macros

#define SISTA_VERSION   "3.0.0"
 
#define SISTA_VERSION_MAJOR   3
 
#define SISTA_VERSION_MINOR   0
 
#define SISTA_VERSION_PATCH   0
 

Functions

const char * sista::getVersion ()
 Returns the Sista library version as a string.
 
int sista::getVersionMajor ()
 Returns the major version number of the Sista library.
 
int sista::getVersionMinor ()
 Returns the minor version number of the Sista library.
 
int sista::getVersionPatch ()
 Returns the patch version number of the Sista library.
 

Detailed Description

Sista version information.

Author
FLAK-ZOSO
Date
2022-2025
Version
3.0.0

Macro Definition Documentation

◆ SISTA_VERSION

#define SISTA_VERSION   "3.0.0"

◆ SISTA_VERSION_MAJOR

#define SISTA_VERSION_MAJOR   3

◆ SISTA_VERSION_MINOR

#define SISTA_VERSION_MINOR   0

◆ SISTA_VERSION_PATCH

#define SISTA_VERSION_PATCH   0