FIFE
|
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 () |
#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_SUBMINOR_VERSION 5 |
Definition at line 29 of file version.h.
Referenced by FIFE::getSubMinor().
#define FIFE_VERSION_STRING |
#define FIFE_XSTR | ( | s | ) | FIFE_STR(s) |
Definition at line 36 of file version.h.
Referenced by FIFE::getVersion().