Go to the source code of this file.
Macros | |
#define | OGRE_VERSION_CHECK(major, minor, patch) ((major << 16) | (minor << 8) | (patch)) |
#define OGRE_VERSION_CHECK | ( | major, | |
minor, | |||
patch | |||
) | ((major << 16) | (minor << 8) | (patch)) |
Definition at line 33 of file version_check.h.