FIFE
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
version.h File Reference

Go to the source code of this file.

Namespaces

 FIFE
 All FIFE related code is in this namespace.
 

Macros

#define FIFE_MAJOR_VERSION   0
 
#define FIFE_MINOR_VERSION   3
 
#define FIFE_SUBMINOR_VERSION   5
 
#define FIFE_STR(s)   # s
 
#define FIFE_XSTR(s)   FIFE_STR(s)
 
#define FIFE_DOT(a, b)   a ## . ## b
 
#define FIFE_XDOT(a, b)   FIFE_DOT(a,b)
 
#define FIFE_VERSION_STRING
 

Functions

const char * FIFE::getVersion ()
 
int FIFE::getMajor ()
 
int FIFE::getMinor ()
 
int FIFE::getSubMinor ()
 
int FIFE::getRevision ()
 

Macro Definition Documentation

#define FIFE_DOT (   a,
 
)    a ## . ## b

Definition at line 38 of file version.h.

#define FIFE_MAJOR_VERSION   0

Definition at line 27 of file version.h.

Referenced by FIFE::getMajor().

#define FIFE_MINOR_VERSION   3

Definition at line 28 of file version.h.

Referenced by FIFE::getMinor().

#define FIFE_STR (   s)    # s

Definition at line 35 of file version.h.

#define FIFE_SUBMINOR_VERSION   5

Definition at line 29 of file version.h.

Referenced by FIFE::getSubMinor().

#define FIFE_VERSION_STRING
Value:
)
#define FIFE_MAJOR_VERSION
Definition: version.h:27
#define FIFE_SUBMINOR_VERSION
Definition: version.h:29
#define FIFE_MINOR_VERSION
Definition: version.h:28
#define FIFE_XDOT(a, b)
Definition: version.h:39

Definition at line 41 of file version.h.

Referenced by FIFE::getVersion().

#define FIFE_XDOT (   a,
 
)    FIFE_DOT(a,b)

Definition at line 39 of file version.h.

#define FIFE_XSTR (   s)    FIFE_STR(s)

Definition at line 36 of file version.h.

Referenced by FIFE::getVersion().