libopenmpt
0.2.8414-autotools
cross-platform C++ and C library to decode tracked music files
|
Go to the source code of this file.
Macros | |
#define | OPENMPT_API_VERSION_MAJOR 0 |
libopenmpt major version number More... | |
#define | OPENMPT_API_VERSION_MINOR 2 |
libopenmpt minor version number More... | |
#define | OPENMPT_API_VERSION ((OPENMPT_API_VERSION_MAJOR<<24)|(OPENMPT_API_VERSION_MINOR<<16)) |
libopenmpt API version number More... | |
#define | OPENMPT_API_VERSION_STRING OPENMPT_API_VERSION_STRINGIZE(OPENMPT_API_VERSION_MAJOR) "." OPENMPT_API_VERSION_STRINGIZE(OPENMPT_API_VERSION_MINOR) |