2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-25 20:05:34 +00:00
metaforce/hecl-gui/MacOSSystemVersion.hpp
2017-12-25 11:53:37 -10:00

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