-
Notifications
You must be signed in to change notification settings - Fork 55
MTY_GetVersion
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Get the version libmatoya
was compiled with.
uint32_t MTY_GetVersion(void);
uint32_t
The major and minor version numbers packed into a 32-bit integer. The major version has a mask of 0xFF00
and the minor has a mask of 0xFF
.