Skip to content

MTY_GetVersion

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Get the version libmatoya was compiled with.

uint32_t MTY_GetVersion(void);

Return value

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.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: Version

Clone this wiki locally