mirror of https://github.com/AxioDL/metaforce.git
7 lines
173 B
C++
7 lines
173 B
C++
|
#ifndef GUI_MACOSSYSTEMVERSION_HPP
|
||
|
#define GUI_MACOSSYSTEMVERSION_HPP
|
||
|
|
||
|
void GetMacOSSystemVersion(int& major, int& minor, int& patch);
|
||
|
|
||
|
#endif // GUI_MACOSSYSTEMVERSION_HPP
|