mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-25 20:05:34 +00:00
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
|