Shaka Player Embedded
Macros | Functions
version.h File Reference
#include "macros.h"

Go to the source code of this file.

Macros

#define SHAKA_VERSION_MAJOR   0ULL
 
#define SHAKA_VERSION_MINOR   0ULL
 
#define SHAKA_VERSION_REVISION   65535ULL
 
#define SHAKA_VERSION_TAG   8627ULL
 
#define SHAKA_VERSION_INT   ((SHAKA_VERSION_MAJOR << 48ULL) | (SHAKA_VERSION_MINOR << 32ULL) | (SHAKA_VERSION_REVISION << 16ULL) | (SHAKA_VERSION_TAG))
 
#define SHAKA_VERSION_STR   "v0.1.0-beta-217-gaecde419-dirty"
 

Functions

SHAKA_EXPORT const char * GetShakaEmbeddedVersion (void)
 

Macro Definition Documentation

§ SHAKA_VERSION_INT

#define SHAKA_VERSION_INT   ((SHAKA_VERSION_MAJOR << 48ULL) | (SHAKA_VERSION_MINOR << 32ULL) | (SHAKA_VERSION_REVISION << 16ULL) | (SHAKA_VERSION_TAG))

Definition at line 23 of file version.h.

§ SHAKA_VERSION_MAJOR

#define SHAKA_VERSION_MAJOR   0ULL

Definition at line 19 of file version.h.

§ SHAKA_VERSION_MINOR

#define SHAKA_VERSION_MINOR   0ULL

Definition at line 20 of file version.h.

§ SHAKA_VERSION_REVISION

#define SHAKA_VERSION_REVISION   65535ULL

Definition at line 21 of file version.h.

§ SHAKA_VERSION_STR

#define SHAKA_VERSION_STR   "v0.1.0-beta-217-gaecde419-dirty"

Definition at line 24 of file version.h.

§ SHAKA_VERSION_TAG

#define SHAKA_VERSION_TAG   8627ULL

Definition at line 22 of file version.h.

Function Documentation

§ GetShakaEmbeddedVersion()

SHAKA_EXPORT const char* GetShakaEmbeddedVersion ( void  )
Returns
The runtime version of the library.

Definition at line 41 of file player.cc.