2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 22:27:42 +00:00

Work on System Check tab of hecl-gui; add HECL icon

This commit is contained in:
Jack Andersen
2017-12-25 11:53:37 -10:00
parent 15ccb5e928
commit cc63d4852f
30 changed files with 1283 additions and 121 deletions

View File

@@ -0,0 +1,6 @@
#ifndef GUI_MACOSSYSTEMVERSION_HPP
#define GUI_MACOSSYSTEMVERSION_HPP
void GetMacOSSystemVersion(int& major, int& minor, int& patch);
#endif // GUI_MACOSSYSTEMVERSION_HPP