KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Current compile-time version of KOS More...
Macros | |
#define | KOS_VERSION_MAJOR 2 |
KOS's current major revision number. | |
#define | KOS_VERSION_MINOR 1 |
KOS's current minor revision number. | |
#define | KOS_VERSION_PATCH 0 |
KOS's current patch revision number. | |
#define | KOS_VERSION KOS_VERSION_MAKE(KOS_VERSION_MAJOR, KOS_VERSION_MINOR, KOS_VERSION_PATCH) |
KOS's current version as an integer ID. | |
#define | KOS_VERSION_STRING |
KOS's current version as a string literal. | |
Current compile-time version of KOS
These macros provide information about the current version of KOS at compile-time.
#define KOS_VERSION KOS_VERSION_MAKE(KOS_VERSION_MAJOR, KOS_VERSION_MINOR, KOS_VERSION_PATCH) |
KOS's current version as an integer ID.
#define KOS_VERSION_MAJOR 2 |
KOS's current major revision number.
#define KOS_VERSION_MINOR 1 |
KOS's current minor revision number.
#define KOS_VERSION_PATCH 0 |
KOS's current patch revision number.
#define KOS_VERSION_STRING |
KOS's current version as a string literal.